Spaces:
Sleeping
Sleeping
fix server port
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -20,4 +20,4 @@ WORKDIR $HOME/app
|
|
20 |
COPY --chown=user . $HOME/app
|
21 |
RUN chmod +x tests.sh
|
22 |
RUN ./tests.sh
|
23 |
-
CMD ["streamlit", "run","app.py"]
|
|
|
20 |
COPY --chown=user . $HOME/app
|
21 |
RUN chmod +x tests.sh
|
22 |
RUN ./tests.sh
|
23 |
+
CMD ["streamlit", "run","app.py","--server.port" ,"7860"]
|