Adieee5 commited on
Commit
a515aee
·
verified ·
1 Parent(s): 7bf37c1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -47,4 +47,5 @@ COPY --chown=user . /app
47
  EXPOSE 7860
48
 
49
  # Start the app using waitress
50
- CMD ["waitress-serve", "--listen=0.0.0.0:7860", "app:app"]
 
 
47
  EXPOSE 7860
48
 
49
  # Start the app using waitress
50
+ CMD ["python", "-m", "waitress", "--listen=0.0.0.0:7860", "app:app"]
51
+ # python -m waitress --listen=0.0.0.0:7860 app:app