diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 00000000..adc6eaf4 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,5 @@ +FROM python:latest +COPY . . +CMD python3 -m pip install -r requirements/docs.txt +RUN python3 -m flask run +