Spaces:
Sleeping
Sleeping
mzimm003
commited on
Commit
·
2017fc1
1
Parent(s):
e7988f7
update port for streamlit
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -19,7 +19,7 @@ RUN pip install /app/Chess
|
|
19 |
COPY --chown=user . /app
|
20 |
# CMD ["uvicorn", "app:main", "--host", "0.0.0.0", "--port", "7860"]
|
21 |
|
22 |
-
EXPOSE
|
23 |
CMD streamlit run app.py \
|
24 |
--server.headless true \
|
25 |
--server.enableCORS false \
|
|
|
19 |
COPY --chown=user . /app
|
20 |
# CMD ["uvicorn", "app:main", "--host", "0.0.0.0", "--port", "7860"]
|
21 |
|
22 |
+
EXPOSE 8501
|
23 |
CMD streamlit run app.py \
|
24 |
--server.headless true \
|
25 |
--server.enableCORS false \
|