Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -41,4 +41,4 @@ RUN pip install --no-cache-dir -r requirements.txt --root-user-action=ignore
|
|
41 |
EXPOSE 8501
|
42 |
|
43 |
# Run Streamlit app
|
44 |
-
CMD ["streamlit", "run", "streamlit_app.py", "--server.port=8501"
|
|
|
41 |
EXPOSE 8501
|
42 |
|
43 |
# Run Streamlit app
|
44 |
+
CMD ["streamlit", "run", "streamlit_app.py", "--server.port=8501"]
|