Inverse-Rezeptsuche/Dockerfile

7 lines
110 B
Docker
Raw Normal View History

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