jason137 commited on
Commit
067911c
·
1 Parent(s): ea44852

Update Dockerfile

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