Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -17,7 +17,7 @@ RUN pip install -r requirements.txt
|
|
17 |
|
18 |
|
19 |
# Make port 7860 available to the world outside this container
|
20 |
-
EXPOSE
|
21 |
|
22 |
# Start the Streamlit app
|
23 |
CMD ["streamlit", "run", "app.py"]
|
|
|
17 |
|
18 |
|
19 |
# Make port 7860 available to the world outside this container
|
20 |
+
EXPOSE 8501
|
21 |
|
22 |
# Start the Streamlit app
|
23 |
CMD ["streamlit", "run", "app.py"]
|