Created
March 23, 2016 12:12
-
-
Save up1/99dff4424bd06dba7f44 to your computer and use it in GitHub Desktop.
Docker Ecosystem
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
| FROM python:2.7 | |
| ADD . /src | |
| WORKDIR /src | |
| RUN pip install -r requirements.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment