Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -63,5 +63,5 @@ EXPOSE 8501
|
|
63 |
|
64 |
# Run the application.
|
65 |
# Run the application.
|
66 |
-
CMD ["bash", "-c", "uvicorn
|
67 |
|
|
|
63 |
|
64 |
# Run the application.
|
65 |
# Run the application.
|
66 |
+
CMD ["bash", "-c", "uvicorn app:app --host 0.0.0.0 --port 7860 & streamlit run frontend.py --server.port 8501 --server.enableXsrfProtection false"]
|
67 |
|