Update Dockerfile
This commit is contained in:
parent
731eb4fc78
commit
a1749a5113
@ -11,5 +11,4 @@ COPY . .
|
|||||||
|
|
||||||
EXPOSE 5000
|
EXPOSE 5000
|
||||||
|
|
||||||
CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:5000", "app:app"]
|
CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:5000", "app:app"]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user