Skip to content

Commit

Permalink
fix: try to address app not loading (#22)
Browse files Browse the repository at this point in the history
* fix: try to address app not loading

* fix: trying to resolve remote run problems

* fix: remove debug options
  • Loading branch information
franTarkenton authored Aug 20, 2024
1 parent c3ad716 commit ef5680d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ USER appuser

EXPOSE 8501

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

0 comments on commit ef5680d

Please sign in to comment.