Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -26,4 +26,4 @@ COPY --chown=user . /app
|
|
26 |
RUN pip install --user uvicorn
|
27 |
|
28 |
# Command to run the application using Uvicorn
|
29 |
-
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "
|
|
|
26 |
RUN pip install --user uvicorn
|
27 |
|
28 |
# Command to run the application using Uvicorn
|
29 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|