canyuelangzzy commited on
Commit
9b1b8b9
1 Parent(s): dbdb4de

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -30,13 +30,13 @@ 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 ./
39
- RUN git clone https://github.com/SillyTavern/SillyTavern.git --branch 1.11.4 .
40
  RUN \
41
  echo "*** Install npm packages ***" && \
42
  npm install && npm cache clean --force
 
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 "qw1642190428/jiouguan"
36
 
37
  # Install app dependencies
38
  # COPY package*.json post-install.js ./
39
+ RUN git clone https://github.com/SillyTavern/SillyTavern.git --branch 1.11.6 .
40
  RUN \
41
  echo "*** Install npm packages ***" && \
42
  npm install && npm cache clean --force