Spaces:
Sleeping
Sleeping
Deeksha
commited on
Commit
·
0b88934
1
Parent(s):
382a5c6
Fix Dockerfile to point to correct file: streamlit_app.py
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -20,4 +20,4 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 20 |
COPY . .
|
| 21 |
|
| 22 |
# Run the app
|
| 23 |
-
CMD ["streamlit", "run", "
|
|
|
|
| 20 |
COPY . .
|
| 21 |
|
| 22 |
# Run the app
|
| 23 |
+
CMD ["streamlit", "run", "streamlit_app.py", "--server.port=7860", "--server.address=0.0.0.0"]
|