Porta 8501
This commit is contained in:
@@ -30,7 +30,7 @@ RUN python -m pip install --no-cache-dir \
|
|||||||
"pandas>=2.0.0" \
|
"pandas>=2.0.0" \
|
||||||
"pytz>=2023.3"
|
"pytz>=2023.3"
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 8501
|
||||||
|
|
||||||
HEALTHCHECK --interval=30s --timeout=10s --start-period=20s --retries=3 \
|
HEALTHCHECK --interval=30s --timeout=10s --start-period=20s --retries=3 \
|
||||||
CMD curl --fail "http://localhost:${STREAMLIT_SERVER_PORT}/_stcore/health" || exit 1
|
CMD curl --fail "http://localhost:${STREAMLIT_SERVER_PORT}/_stcore/health" || exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user