Skip to content

Commit

Permalink
fix: try to address app not loading
Browse files Browse the repository at this point in the history
  • Loading branch information
franTarkenton committed Aug 20, 2024
1 parent c3ad716 commit d8c066b
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 @@ -20,4 +20,4 @@ USER appuser

EXPOSE 8501

ENTRYPOINT ["streamlit", "run", "main.py"]
ENTRYPOINT ["streamlit", "run", "main.py", "--server.enableWebsocketCompression=false", "--server.enableCORS=false"]

0 comments on commit d8c066b

Please sign in to comment.