Shabi23 commited on
Commit
84a3695
·
verified ·
1 Parent(s): b106a00

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,4 +20,4 @@ ENV HF_HOME=/app/.cache
20
  ENV PORT=7680
21
 
22
  # Run the application using Gunicorn
23
- ENTRYPOINT ["gunicorn", "--bind", "0.0.0.0:7680", "application:application"]
 
20
  ENV PORT=7680
21
 
22
  # Run the application using Gunicorn
23
+ ENTRYPOINT ["gunicorn", "--bind", "0.0.0.0:7680", "app:app"]