Nahiyan14 commited on
Commit
0996d23
·
verified ·
1 Parent(s): e176218

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,5 +12,5 @@ COPY . .
12
  # Make port 7860 available (Hugging Face default)
13
  ENV PORT=7860
14
 
15
- # Run the application - using Gunicorn for production
16
  CMD gunicorn --bind 0.0.0.0:${PORT} app:app
 
12
  # Make port 7860 available (Hugging Face default)
13
  ENV PORT=7860
14
 
15
+ # Run the application using gunicorn
16
  CMD gunicorn --bind 0.0.0.0:${PORT} app:app