Skip to content

Commit

Permalink
fix: remove debug options
Browse files Browse the repository at this point in the history
  • Loading branch information
franTarkenton committed Aug 20, 2024
1 parent d9f366e commit 6157198
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ USER appuser

EXPOSE 8501

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

0 comments on commit 6157198

Please sign in to comment.