Merge branch 'main' of https://huggingface.co/spaces/Yakova/Embedding
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -23,6 +23,6 @@ USER admin
|
|
| 23 |
COPY --chown=admin . /srv
|
| 24 |
|
| 25 |
# Command to run the application
|
| 26 |
-
CMD uvicorn App.app:app --host 0.0.0.0 --port 7860 --workers
|
| 27 |
# Expose the server port
|
| 28 |
EXPOSE 7860
|
|
|
|
| 23 |
COPY --chown=admin . /srv
|
| 24 |
|
| 25 |
# Command to run the application
|
| 26 |
+
CMD uvicorn App.app:app --host 0.0.0.0 --port 7860 --workers 1
|
| 27 |
# Expose the server port
|
| 28 |
EXPOSE 7860
|