Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Dockerfile for local development builds #222

Merged

Conversation

easybe
Copy link
Collaborator

@easybe easybe commented Dec 2, 2024

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

@easybe easybe force-pushed the gardena/eb/docker_dev branch 2 times, most recently from 77af5e6 to 0a86b13 Compare December 2, 2024 16:12
@easybe easybe force-pushed the gardena/eb/docker_dev branch 3 times, most recently from dcf3bfe to 0d3ea51 Compare December 3, 2024 02:01
@easybe easybe changed the title Add Dockerfile for local image build Add Dockerfile for devlopment builds Dec 3, 2024
@easybe easybe changed the title Add Dockerfile for devlopment builds Add Dockerfile for development builds Dec 3, 2024
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
@easybe easybe changed the title Add Dockerfile for development builds Add Dockerfile for local development builds Dec 3, 2024
@easybe easybe force-pushed the gardena/eb/docker_dev branch from 0d3ea51 to ed8dab9 Compare December 3, 2024 02:04
@easybe easybe merged commit 7ef84ac into UpstreamDataInc:master Dec 3, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants