Yakova commited on
Commit
be550c2
1 Parent(s): 0759c85

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,6 +20,6 @@ USER admin
20
  COPY --chown=admin . /srv
21
 
22
  # Command to run the application
23
- CMD uvicorn App.app:app --host 0.0.0.0 --port 7860 --workers 4
24
  # Expose the server port
25
  EXPOSE 7860
 
20
  COPY --chown=admin . /srv
21
 
22
  # Command to run the application
23
+ CMD uvicorn App.app:app --host 0.0.0.0 --port 7860 --workers 1
24
  # Expose the server port
25
  EXPOSE 7860