add background image
This commit is contained in:
@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user