aiderd commited on
Commit
ac9fd42
·
1 Parent(s): f551a45

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,4 +15,4 @@ RUN chmod 777 /code
15
 
16
  COPY . .
17
 
18
- CMD ["python", "/code/app.py", "--address", "0.0.0.0", "--port", "7860"]
 
15
 
16
  COPY . .
17
 
18
+ CMD ["python", "/code/app.py", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "aiderd-chatgpt1.hf.space", "--allow-websocket-origin", "0.0.0.0:7860"]