Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -24,4 +24,4 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
24 |
EXPOSE 8501
|
25 |
|
26 |
# Command to run the Streamlit app
|
27 |
-
CMD ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0"]
|
|
|
24 |
EXPOSE 8501
|
25 |
|
26 |
# Command to run the Streamlit app
|
27 |
+
CMD ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0"]
|