zuehue commited on
Commit
e82e6c9
·
verified ·
1 Parent(s): aee64bb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -26,4 +26,4 @@ COPY --chown=user . /app
26
  EXPOSE 7860
27
 
28
  # Command to run your application
29
- CMD python3 main.py
 
26
  EXPOSE 7860
27
 
28
  # Command to run your application
29
+ CMD gunicorn -w 4 main:app