Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -39,4 +39,4 @@ RUN git config --global --add safe.directory /home/user/app
|
|
39 |
# If you need secrets, handle them properly
|
40 |
RUN --mount=type=secret,id=GENAI_API_KEY,mode=0444,required=true
|
41 |
|
42 |
-
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860", "--workers", "
|
|
|
39 |
# If you need secrets, handle them properly
|
40 |
RUN --mount=type=secret,id=GENAI_API_KEY,mode=0444,required=true
|
41 |
|
42 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860", "--workers", "2"]
|