Spaces:
Runtime error
Runtime error
RoniFinTech
commited on
Commit
•
44dc1c1
1
Parent(s):
59b9174
rename
Browse files- Dockerfile +1 -1
- __init__.py +0 -0
Dockerfile
CHANGED
@@ -25,4 +25,4 @@ WORKDIR $HOME/app
|
|
25 |
COPY --chown=user . $HOME/app
|
26 |
|
27 |
# Start the FastAPI app on port 7860, the default port expected by Spaces
|
28 |
-
CMD ["uvicorn", "app
|
|
|
25 |
COPY --chown=user . $HOME/app
|
26 |
|
27 |
# Start the FastAPI app on port 7860, the default port expected by Spaces
|
28 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|
__init__.py
ADDED
File without changes
|