moriire commited on
Commit
3d23ab7
1 Parent(s): a6b7b47

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -26,6 +26,7 @@ RUN python3 -m pip install --upgrade pip
26
  # Set environment variable for the host
27
  ENV HOST=0.0.0.0
28
  ENV PORT=7860
 
29
 
30
  # Install requirements.txt
31
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
 
26
  # Set environment variable for the host
27
  ENV HOST=0.0.0.0
28
  ENV PORT=7860
29
+ ENV ORIGIN=*
30
 
31
  # Install requirements.txt
32
  RUN pip install --no-cache-dir --upgrade -r requirements.txt