Spaces:
Runtime error
Runtime error
Upload Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -31,4 +31,4 @@ COPY --chown=user . /home/user/app
|
|
| 31 |
EXPOSE 8501
|
| 32 |
|
| 33 |
# Run the Streamlit app
|
| 34 |
-
CMD ["streamlit", "run", "
|
|
|
|
| 31 |
EXPOSE 8501
|
| 32 |
|
| 33 |
# Run the Streamlit app
|
| 34 |
+
CMD ["streamlit", "run", "Groq_app.py", "--server.port=8501", "--server.address=0.0.0.0"]
|