wIK5Ez2o commited on
Commit
477f090
·
verified ·
1 Parent(s): bd61532

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -39,7 +39,7 @@ ENV github_project ""
39
 
40
  # Install app dependencies
41
  # COPY package*.json post-install.js ./
42
- RUN git clone https://github.com/SillyTavern/SillyTavern.git --branch 1.12.7 .
43
  RUN \
44
  echo "*** Install npm packages ***" && \
45
  npm install && npm cache clean --force
 
39
 
40
  # Install app dependencies
41
  # COPY package*.json post-install.js ./
42
+ RUN git clone https://github.com/SillyTavern/SillyTavern.git --branch 1.12.10 .
43
  RUN \
44
  echo "*** Install npm packages ***" && \
45
  npm install && npm cache clean --force