This commit is contained in:
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@ -0,0 +1,7 @@
|
||||
FROM python:3
|
||||
|
||||
COPY . /kebabc/
|
||||
RUN pip3 install -r /kebabc/requirements.txt
|
||||
|
||||
WORKDIR /kebabc
|
||||
CMD gunicorn -b 0.0.0.0 app:app
|
Reference in New Issue
Block a user