This commit is contained in:
parent
4c76eb3f1b
commit
80a0affc4b
1 changed files with 6 additions and 0 deletions
6
Dockerfile
Normal file
6
Dockerfile
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
FROM python
|
||||||
|
WORKDIR /app
|
||||||
|
COPY . .
|
||||||
|
RUN pip install -r requirements.txt
|
||||||
|
CMD ["waitress-serve", "--listen=0.0.0.0:8080", "app:app"]
|
||||||
|
EXPOSE 8080
|
Loading…
Reference in a new issue