Skip to content

Instantly share code, notes, and snippets.

@holms
Created August 7, 2017 10:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save holms/cbe571e18a569f82a95aec40b15f7c0b to your computer and use it in GitHub Desktop.
Save holms/cbe571e18a569f82a95aec40b15f7c0b to your computer and use it in GitHub Desktop.
Dockerfile use requirements.dev.txt if $DEV is set
RUN if [ "$DEV" = "True" ]; then pip install -r requirements.dev.txt; fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment