Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -104,7 +104,7 @@ RUN cd Elysia_TRSS && \
|
|
| 104 |
|
| 105 |
# 提前准备账号配置文件(避免重启后再次登录) 涉及Secrets 不懂的请直接注释
|
| 106 |
RUN --mount=type=secret,id=Login_Information,mode=0444,required=true \
|
| 107 |
-
wget $(cat /run/secrets/Login_Information) && unzip -d Elysia_TRSS/config/
|
| 108 |
# GITHUB_TOKEN
|
| 109 |
RUN --mount=type=secret,id=GITHUB_TOKEN,mode=0444,required=true \
|
| 110 |
rm -rf ./Elysia_TRSS/plugins/ICQQ-Plugin/.npmrc && \
|
|
|
|
| 104 |
|
| 105 |
# 提前准备账号配置文件(避免重启后再次登录) 涉及Secrets 不懂的请直接注释
|
| 106 |
RUN --mount=type=secret,id=Login_Information,mode=0444,required=true \
|
| 107 |
+
wget $(cat /run/secrets/Login_Information) && unzip -d Elysia_TRSS/config/Login_information.zip
|
| 108 |
# GITHUB_TOKEN
|
| 109 |
RUN --mount=type=secret,id=GITHUB_TOKEN,mode=0444,required=true \
|
| 110 |
rm -rf ./Elysia_TRSS/plugins/ICQQ-Plugin/.npmrc && \
|