Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -36,5 +36,5 @@ WORKDIR /data
|
|
| 36 |
RUN chmod 777 -R /data
|
| 37 |
|
| 38 |
# 启动服务
|
| 39 |
-
|
| 40 |
-
|
|
|
|
| 36 |
RUN chmod 777 -R /data
|
| 37 |
|
| 38 |
# 启动服务
|
| 39 |
+
CMD nohup cloudflared tunnel --no-autoupdate run --token $CF_TOKEN & \
|
| 40 |
+
/app/deeplx
|