docker support
This commit is contained in:
parent
d69812a424
commit
c1f94edfea
9
Dockerfile
Normal file
9
Dockerfile
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
FROM python:3.8
|
||||||
|
|
||||||
|
ADD . /root/
|
||||||
|
|
||||||
|
WORKDIR /root
|
||||||
|
|
||||||
|
RUN pip install -r requirements.txt
|
||||||
|
|
||||||
|
CMD [ "gunicorn", "--chdir", "src", "app:app"]
|
Reference in New Issue
Block a user