Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
@@ -16,8 +16,5 @@ WORKDIR /app
|
|
16 |
RUN pip install -r requirements.txt
|
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"]
|
|
|
16 |
RUN pip install -r requirements.txt
|
17 |
|
18 |
|
|
|
|
|
|
|
19 |
# Start the Streamlit app
|
20 |
CMD ["streamlit", "run", "app.py"]
|