Skip to content

Conversation

@DreamingRaven
Copy link
Contributor

This is only a small update which:

  • Changes the spelling of docker in the previously "build_docekr" file.

  • Updates to the dockerfile to use more standard conventions to prevent an arbitrary number of intermediary images to be built and take up space.

  • Addition of a .dockerignore file to reduce the size of the build context being sent to docker.

Build script "build_docekr.sh" renamed to build_docker.sh .
The previous docker file would generate too many intermediate images, as each stage e.g each RUN command would store a seperate image, and by common practice/ convention people instead use RUN command && \ command to prevent an arbitrary number of intermediates being spawned.
@Huelse Huelse merged commit 5a034ec into Huelse:master Mar 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants