FluxFinance commited on
Commit
5397dc6
ยท
verified ยท
1 Parent(s): 83ae777

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,4 +20,4 @@ COPY . .
20
  EXPOSE 7860
21
 
22
  # src/streamlit_app.py ๋Œ€์‹  Notion.py ์‹คํ–‰
23
- CMD ["streamlit", "run", "Notion.py", "--server.port=7860", "--server.address=0.0.0.0"]
 
20
  EXPOSE 7860
21
 
22
  # src/streamlit_app.py ๋Œ€์‹  Notion.py ์‹คํ–‰
23
+ CMD ["streamlit", "run", "Advisernote.py", "--server.port=7860", "--server.address=0.0.0.0"]