Spaces:
Paused
Paused
Commit
·
c8519eb
1
Parent(s):
e15bda4
removed False
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -29,4 +29,4 @@ COPY --chown=user . $HOME/app
|
|
29 |
EXPOSE 7680
|
30 |
|
31 |
# Use uvicorn directly with specific settings
|
32 |
-
CMD ["uvicorn", "main.app:app", "--host", "0.0.0.0", "--port", "7680", "--workers", "1"
|
|
|
29 |
EXPOSE 7680
|
30 |
|
31 |
# Use uvicorn directly with specific settings
|
32 |
+
CMD ["uvicorn", "main.app:app", "--host", "0.0.0.0", "--port", "7680", "--workers", "1"]
|