Tieu Long Phan commited on
Commit
ff769fc
1 Parent(s): 35d94a1
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,5 +8,5 @@ WORKDIR /app
8
  RUN pip install -r requirements.txt
9
 
10
  EXPOSE 5000
11
- CMD ["gunicorn", "--bind", "0.0.0.0:80", "app:app"]
12
 
 
8
  RUN pip install -r requirements.txt
9
 
10
  EXPOSE 5000
11
+ CMD ["gunicorn", "--bind", "0.0.0.0:5000", "app:app"]
12