Spaces:
Build error
Build error
CB commited on
Update dockerfile
Browse files- dockerfile +1 -1
dockerfile
CHANGED
|
@@ -25,4 +25,4 @@ RUN pip install -r requirements.txt
|
|
| 25 |
EXPOSE 8502
|
| 26 |
|
| 27 |
# Run app.py when the container launches
|
| 28 |
-
CMD ["streamlit", "run", "streamlit_app.py", "--server.port", "8502"
|
|
|
|
| 25 |
EXPOSE 8502
|
| 26 |
|
| 27 |
# Run app.py when the container launches
|
| 28 |
+
CMD ["streamlit", "run", "streamlit_app.py", "--server.port", "8502"]
|