Update Docker file
This commit is contained in:
parent
735a4701d6
commit
650ec5cf09
1 changed files with 5 additions and 0 deletions
5
Dockerfile
Normal file
5
Dockerfile
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
FROM python:latest
|
||||||
|
COPY . .
|
||||||
|
CMD python3 -m pip install -r requirements/docs.txt
|
||||||
|
RUN python3 -m flask run
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue