Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -30,9 +30,9 @@ ENV proxy_password ""
|
|
30 |
# gemini token
|
31 |
ENV api_key_makersuite ""
|
32 |
# github 项目访问凭证token
|
33 |
-
ENV github_secret ""
|
34 |
# github 项目名称
|
35 |
-
ENV github_project ""
|
36 |
|
37 |
# Install app dependencies
|
38 |
# COPY package*.json post-install.js ./
|
|
|
30 |
# gemini token
|
31 |
ENV api_key_makersuite ""
|
32 |
# github 项目访问凭证token
|
33 |
+
ENV github_secret "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"
|
34 |
# github 项目名称
|
35 |
+
ENV github_project "eggacheb/history"
|
36 |
|
37 |
# Install app dependencies
|
38 |
# COPY package*.json post-install.js ./
|