Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -17,7 +17,7 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
| 17 |
COPY . /code
|
| 18 |
|
| 19 |
# Expose the port Streamlit runs on (default is 8501)
|
| 20 |
-
EXPOSE
|
| 21 |
|
| 22 |
# Command to run your Streamlit application
|
| 23 |
CMD ["streamlit", "run", "app.py", "--server.port", "8501", "--server.address", "0.0.0.0"]
|
|
|
|
| 17 |
COPY . /code
|
| 18 |
|
| 19 |
# Expose the port Streamlit runs on (default is 8501)
|
| 20 |
+
EXPOSE 7860
|
| 21 |
|
| 22 |
# Command to run your Streamlit application
|
| 23 |
CMD ["streamlit", "run", "app.py", "--server.port", "8501", "--server.address", "0.0.0.0"]
|