jason137 commited on
Commit
768dcb7
·
1 Parent(s): 68cc3cf

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,4 +19,4 @@ RUN sqlite3 -init Chinook_Sqlite.sql Chinook.db ""
19
  COPY script.py .
20
  RUN --mount=type=secret,id=OPENAI_API_KEY,mode=0444,required=true
21
 
22
- CMD ["streamlit", "run", "script.py", "--server.port", "7860"]
 
19
  COPY script.py .
20
  RUN --mount=type=secret,id=OPENAI_API_KEY,mode=0444,required=true
21
 
22
+ CMD ["streamlit", "run", "script.py", "--server.port", "7860", "--browser.gatherUsageStats", "false"]