Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Dockerfile for local image build
For testing/development purposes, a Docker image can be built, for the currently checked out code, with: docker build -t upstreamdata/goosebit -f docker/dev.dockerfile . And to start the container, simply run: docker compose -f docker/demo/docker-compose.yml up
- Loading branch information