about summary refs log tree commit diff
path: root/compose/es/Dockerfile
blob: 8e67d74e891fa2a036663446e5b23d3ef0d0c011 (plain) (blame)
1
2
3
4
5
FROM python:3.4-alpine
ADD . /code
WORKDIR /code
RUN pip install -r requirements.txt
CMD ["python", "app.py"]