Spaces:
Runtime error
Runtime error
updated
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -13,4 +13,5 @@ RUN pip install -r requirements.txt
|
|
| 13 |
# Make port 8501 available to the world outside this container
|
| 14 |
EXPOSE 8501
|
| 15 |
|
| 16 |
-
# Run streamlit when the container
|
|
|
|
|
|
| 13 |
# Make port 8501 available to the world outside this container
|
| 14 |
EXPOSE 8501
|
| 15 |
|
| 16 |
+
# Run streamlit when the container launches
|
| 17 |
+
CMD ["streamlit", "run", "app.py"]
|