add background image

This commit is contained in:
deng
2025-11-28 20:51:35 +08:00
parent fc3ed4b4c9
commit f73b8ffd08
5 changed files with 58 additions and 1 deletions

View File

@ -44,7 +44,7 @@ USER nonroot
# Run the Streamlit application by default
ENV TZ="Asia/Taipei"
EXPOSE 8800
CMD ["python", "-m", "streamlit", "run", "app.py", "--server.port=8800", "--server.enableCORS=false", "--server.enableXsrfProtection=false"]
CMD ["python", "-m", "streamlit", "run", "app.py"]
# Build
# docker build --platform=linux/amd64 -t hiking_assistant:latest .