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

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 12
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 4
24
  # Expose the server port
25
  EXPOSE 7860