BG5 commited on
Commit
408cc4a
·
verified ·
1 Parent(s): 09df818

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -30,4 +30,4 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
30
  COPY --chown=user . /app
31
  EXPOSE 8000
32
  # 设置默认命令(可根据需要修改)
33
- CMD ["sh", "-c", "google-chrome --remote-debugging-port=9222 --headless & python fun.py"]
 
30
  COPY --chown=user . /app
31
  EXPOSE 8000
32
  # 设置默认命令(可根据需要修改)
33
+ CMD ["sh", "-c", "google-chrome --remote-debugging-address=0.0.0.0 --remote-allow-origins=* --remote-debugging-port=9222 --headless & python fun.py"]