|
@@ -10,8 +10,8 @@ Define your app's environment with Docker so it can be reproduced anywhere:
|
|
|
|
|
|
|
|
FROM orchardup/python:2.7
|
|
FROM orchardup/python:2.7
|
|
|
ADD . /code
|
|
ADD . /code
|
|
|
- RUN pip install -r requirements.txt
|
|
|
|
|
WORKDIR /code
|
|
WORKDIR /code
|
|
|
|
|
+ RUN pip install -r requirements.txt
|
|
|
CMD python app.py
|
|
CMD python app.py
|
|
|
|
|
|
|
|
Define the services that make up your app so they can be run together in an isolated environment:
|
|
Define the services that make up your app so they can be run together in an isolated environment:
|