Spaces:
BG5
/
Running

BG5 commited on
Commit
1d166b6
·
verified ·
1 Parent(s): 0bae410

Update Dockerfile

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