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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -26,7 +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
- ENV ORIGIN=*
30
 
31
  # Install requirements.txt
32
  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 ORIGINS=*
30
 
31
  # Install requirements.txt
32
  RUN pip install --no-cache-dir --upgrade -r requirements.txt