Update Dockerfile
Browse files- 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:\/\/
|
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
|