Skip to content

Commit

Permalink
Update the running command for streamlit
Browse files Browse the repository at this point in the history
  • Loading branch information
JackyZzZz committed Jun 14, 2024
1 parent 9745e55 commit a951f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ RUN python setup.py install
EXPOSE 8501

# Command to run the app
CMD ["streamlit", "run", "streamlit_app/app.py"]
CMD ["streamlit", "run", "streamlit_app/app.py", "--server.enableXsrfProtection=false"]

0 comments on commit a951f61

Please sign in to comment.