diqiu commited on
Commit
f6b623d
1 Parent(s): 885f80b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,7 +14,7 @@ RUN apk update && apk add --no-cache git ffmpeg
14
  RUN git clone --depth=1 https://github.com/Zyy955/Lain-drive .
15
 
16
  # 修改域名
17
- RUN sed -i 's/^baseUrl:.*/baseUrl: https:\/\/hanxuan-drive.hf.space/' config/defSet/config.yaml
18
 
19
  # 赋予权限/归递
20
  RUN chmod -R 777 /tmp
 
14
  RUN git clone --depth=1 https://github.com/Zyy955/Lain-drive .
15
 
16
  # 修改域名
17
+ RUN sed -i 's/^baseUrl:.*/baseUrl: https:\/\/diqiu-drive.hf.space/' config/defSet/config.yaml
18
 
19
  # 赋予权限/归递
20
  RUN chmod -R 777 /tmp