Porta 8501

This commit is contained in:
2026-03-27 00:33:37 -03:00
parent 6af9b62b5e
commit 4d5b6afc29

View File

@@ -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