Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -16,4 +16,4 @@ RUN pip install --trusted-host pypi.python.org -r requirements.txt
|
|
16 |
EXPOSE 80
|
17 |
|
18 |
# Run app.py when the container launches
|
19 |
-
CMD ["streamlit","run", "
|
|
|
16 |
EXPOSE 80
|
17 |
|
18 |
# Run app.py when the container launches
|
19 |
+
CMD ["streamlit","run", "app.py"]
|