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

Docker improvements #77

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

mloberg
Copy link

@mloberg mloberg commented Dec 3, 2018

Sped up Docker build by including only requirements.txt before installing. This means Docker can reuse layers if only a source file changed.

Also added docker-compose so you don't have to worry about setting up mongo and can just use docker-compose up.

Matt Loberg added 3 commits December 3, 2018 09:01
By copying requirements.txt and installing, then copying src files, the
build process time decreases because you don't need to copy all src
files to install requirements.
@naturedamends
Copy link

Please see #136

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.

None yet

2 participants