yonikremer commited on
Commit
d641ed9
·
1 Parent(s): d73d3ab

fixed a typo

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,4 +18,4 @@ ENV TOKENIZERS_PARALLELISM=false
18
  COPY . /app/my_streamlit_app/
19
  COPY ./.streamlit /app/my_streamlit_app/.streamlit/
20
 
21
- CMD ["streamlit", "run", "--server.port", "7860", "server.enableCORS", "false", "--browser.gatherUsageStats", "false", "--theme.base", "dark", "--server.maxUploadSize", "100000", "/app/my_streamlit_app/app.py"]
 
18
  COPY . /app/my_streamlit_app/
19
  COPY ./.streamlit /app/my_streamlit_app/.streamlit/
20
 
21
+ CMD ["streamlit", "run", "--server.port", "7860", "--server.enableCORS", "false", "--browser.gatherUsageStats", "false", "--theme.base", "dark", "--server.maxUploadSize", "100000", "/app/my_streamlit_app/app.py"]