max-unfinity commited on
Commit
1f5c9f8
·
1 Parent(s): c0565fb

removed headless

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -11,5 +11,4 @@ WORKDIR /app
11
  COPY . /app
12
 
13
  EXPOSE 8501
14
- CMD streamlit run app.py \
15
- --server.headless true
 
11
  COPY . /app
12
 
13
  EXPOSE 8501
14
+ CMD ["streamlit", "run", "/app/app.py"]