Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -15,4 +15,4 @@ COPY --chown=user . /app/
|
|
15 |
|
16 |
|
17 |
# Command to run your application
|
18 |
-
CMD ["uvicorn", "test:app", "--host", "0.0.0.0", "--port", "7860" , "--workers 3"]
|
|
|
15 |
|
16 |
|
17 |
# Command to run your application
|
18 |
+
CMD ["uvicorn", "test:app", "--host", "0.0.0.0", "--port", "7860" , "--workers" , "3"]
|