Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -26,4 +26,4 @@ RUN mkdir -p /app/cache && chmod -R 777 /app/cache
|
|
26 |
EXPOSE 8000
|
27 |
|
28 |
# Run the application
|
29 |
-
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "
|
|
|
26 |
EXPOSE 8000
|
27 |
|
28 |
# Run the application
|
29 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|