lively06
commited on
Commit
·
80dc0d7
1
Parent(s):
8f34048
commit7
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -26,4 +26,4 @@ WORKDIR $HOME/app
|
|
26 |
COPY --chown=user . $HOME/app
|
27 |
|
28 |
# Start the FastAPI app on port 7860, the default port expected by Spaces
|
29 |
-
CMD ["gunicorn"
|
|
|
26 |
COPY --chown=user . $HOME/app
|
27 |
|
28 |
# Start the FastAPI app on port 7860, the default port expected by Spaces
|
29 |
+
CMD ["gunicorn","-k"," uvicorn.workers.UvicornWorker","app:app"]
|