heikowagner commited on
Commit
1383cdd
1 Parent(s): efa7637

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -47,6 +47,6 @@ RUN chmod 777 /.cache
47
  RUN chmod 777 /app/.cache
48
  RUN chmod 777 /app/mymodels
49
  RUN chmod 777 /app/VectorStore/
50
- CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.headless=false"]
51
  #CMD ls -la
52
  EXPOSE 7860
 
47
  RUN chmod 777 /app/.cache
48
  RUN chmod 777 /app/mymodels
49
  RUN chmod 777 /app/VectorStore/
50
+ CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.headless=true"]
51
  #CMD ls -la
52
  EXPOSE 7860