darknight11 commited on
Commit
8a86405
·
verified ·
1 Parent(s): e85aa83

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -29,7 +29,7 @@ ENV github_project ""
29
 
30
  # Install app dependencies
31
  # COPY package*.json post-install.js ./
32
- RUN git clone https://github.com/SillyTavern/SillyTavern.git --branch 1.12.14 .
33
  RUN \
34
  echo "*** Install npm packages ***" && \
35
  npm install && npm cache clean --force
 
29
 
30
  # Install app dependencies
31
  # COPY package*.json post-install.js ./
32
+ RUN git clone https://github.com/SillyTavern/SillyTavern.git --branch 1.12.12 .
33
  RUN \
34
  echo "*** Install npm packages ***" && \
35
  npm install && npm cache clean --force