Update Dockerfile
Browse files- 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
|
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
|