Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -3,4 +3,4 @@ WORKDIR /app
|
|
| 3 |
COPY . .
|
| 4 |
RUN pip install -r requirements.txt
|
| 5 |
EXPOSE 8501
|
| 6 |
-
CMD ["streamlit", "run", "
|
|
|
|
| 3 |
COPY . .
|
| 4 |
RUN pip install -r requirements.txt
|
| 5 |
EXPOSE 8501
|
| 6 |
+
CMD ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0"]
|