MVPilgrim commited on
Commit
5a8c002
·
1 Parent(s): ec329ca
Files changed (1) hide show
  1. Dockerfile +7 -5
Dockerfile CHANGED
@@ -79,8 +79,10 @@ WORKDIR /app
79
  #CMD ["/app/startupDbgUI.sh"]
80
  EXPOSE 8501
81
  #CMD /app/startup.sh; /usr/local/bin/streamlit run semsearch.py --server.port=8501 --server.address=0.0.0.0
82
- CMD streamlit run /app/app.py \
83
- --server.headless true \
84
- --server.enableCORS false \
85
- --server.enableXsrfProtection false \
86
- --server.fileWatcherType none
 
 
 
79
  #CMD ["/app/startupDbgUI.sh"]
80
  EXPOSE 8501
81
  #CMD /app/startup.sh; /usr/local/bin/streamlit run semsearch.py --server.port=8501 --server.address=0.0.0.0
82
+ #CMD streamlit run /app/app.py \
83
+ # --server.headless true \
84
+ # --server.enableCORS false \
85
+ # --server.enableXsrfProtection false \
86
+ # --server.fileWatcherType none
87
+
88
+ cmd /app/startup.sh