ManonLeijser commited on
Commit
9fa1738
·
verified ·
1 Parent(s): f7391c3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,4 +17,4 @@ COPY . .
17
 
18
  EXPOSE 7860
19
 
20
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860", "--proxy-headers"]
 
17
 
18
  EXPOSE 7860
19
 
20
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860", "--forwarded-allow-ips", "*"]