Spaces:
heroo
/
Paused

heroo commited on
Commit
3f2cbb7
·
verified ·
1 Parent(s): 5f6cf3e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -36,5 +36,5 @@ WORKDIR /data
36
  RUN chmod 777 -R /data
37
 
38
  # 启动服务
39
- ENTRYPOINT cloudflared tunnel --no-autoupdate run --token $CF_TOKEN & \
40
- /app/deeplx
 
36
  RUN chmod 777 -R /data
37
 
38
  # 启动服务
39
+ CMD nohup cloudflared tunnel --no-autoupdate run --token $CF_TOKEN & \
40
+ /app/deeplx