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