Created
August 7, 2017 10:06
-
-
Save holms/cbe571e18a569f82a95aec40b15f7c0b to your computer and use it in GitHub Desktop.
Dockerfile use requirements.dev.txt if $DEV is set
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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