Spaces:
Runtime error
Runtime error
added port
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -9,4 +9,4 @@ COPY ./requirements.txt ~/app/requirements.txt
|
|
9 |
RUN pip config --user set global.progress_bar off
|
10 |
RUN pip install -r requirements.txt --progress-bar off
|
11 |
COPY . .
|
12 |
-
CMD ["streamlit", "run", "app.py"]
|
|
|
9 |
RUN pip config --user set global.progress_bar off
|
10 |
RUN pip install -r requirements.txt --progress-bar off
|
11 |
COPY . .
|
12 |
+
CMD ["streamlit", "run", "app.py", "--server.port", "7860"]
|