Update Docker file

This commit is contained in:
egyhaty 2023-12-04 04:04:12 +00:00
parent 735a4701d6
commit 650ec5cf09

5
Dockerfile Normal file
View file

@ -0,0 +1,5 @@
FROM python:latest
COPY . .
CMD python3 -m pip install -r requirements/docs.txt
RUN python3 -m flask run