Spaces:
BG5
/
Running

BG5 commited on
Commit
c385c1b
·
verified ·
1 Parent(s): ef0a6db

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", "python dp.py & python http.py"]
 
30
  COPY --chown=user . /app
31
  EXPOSE 8000
32
  # 设置默认命令(可根据需要修改)
33
+ CMD ["sh", "-c", "python dp.py & python fun.py"]