aboutsummaryrefslogblamecommitdiff
path: root/compose/app/Dockerfile
blob: 8e67d74e891fa2a036663446e5b23d3ef0d0c011 (plain) (tree)
1
2
3
4
5




                                   
FROM python:3.4-alpine
ADD . /code
WORKDIR /code
RUN pip install -r requirements.txt
CMD ["python", "app.py"]