flask/Dockerfile

6 lines
106 B
Text
Raw Normal View History

2023-12-04 04:04:12 +00:00
FROM python:latest
COPY . .
CMD python3 -m pip install -r requirements/docs.txt
RUN python3 -m flask run