Spaces:
Running
Running
Upload Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -12,4 +12,4 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
12 |
COPY --chown=user . /app
|
13 |
|
14 |
# Start the Streamlit app on port 7860, the default port expected by Spaces
|
15 |
-
CMD ["streamlit", "run", "app.py", "--
|
|
|
12 |
COPY --chown=user . /app
|
13 |
|
14 |
# Start the Streamlit app on port 7860, the default port expected by Spaces
|
15 |
+
CMD ["streamlit", "run", "app.py", "--server.address", "0.0.0.0", "--server.port", "7860"]
|