fracapuano commited on
Commit
8950e7b
1 Parent(s): b785401

fix: AxiosError when uploading file

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -31,4 +31,4 @@ EXPOSE 7860
31
  HEALTHCHECK CMD curl --fail http://localhost:7860/_stcore/health
32
 
33
  # The command to run the app
34
- ENTRYPOINT ["streamlit", "run", "app.py", "--server.port=7860"]
 
31
  HEALTHCHECK CMD curl --fail http://localhost:7860/_stcore/health
32
 
33
  # The command to run the app
34
+ ENTRYPOINT ["streamlit", "run", "app.py", "--server.port=7860", "--server.enableCORS=false", "--server.enableXsrfProtection=false"]