omm7 commited on
Commit
57f80b9
·
verified ·
1 Parent(s): 51566bb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -21,5 +21,5 @@ COPY preprocessor.pkl /app/
21
  EXPOSE 5000
22
 
23
  # Define the command to run the Flask application using Gunicorn
24
- CMD ["gunicorn", "--bind", "0.0.0.0:$PORT", "app:app"]
25
 
 
21
  EXPOSE 5000
22
 
23
  # Define the command to run the Flask application using Gunicorn
24
+ CMD ["gunicorn", "--bind", "0.0.0.0:5000", "app:app"]
25