Inverse-Rezeptsuche/Dockerfile

6 lines
90 B
Docker
Raw Normal View History

2020-04-10 14:14:34 +00:00
FROM python
COPY ./ /app
RUN pip install -r /app/requirements.txt
CMD python /app/run.py