shikibu9419 commited on
Commit
866c7cf
·
1 Parent(s): 404df83

Fix dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -29,4 +29,4 @@ RUN pip install --no-cache-dir --upgrade -r $HOME/app/requirements.txt
29
 
30
  COPY . $HOME/app
31
 
32
- CMD ["gunicorn", "app:app", "--bind", "0.0.0.0:$PORT"]
 
29
 
30
  COPY . $HOME/app
31
 
32
+ CMD ["gunicorn", "app:app", "--bind", "0.0.0.0:5000"]