4PEb6b commited on
Commit
8d21140
·
verified ·
1 Parent(s): 8b7cf17

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -36,7 +36,7 @@ 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.12.1 .
40
  RUN \
41
  echo "*** Install npm packages ***" && \
42
  npm install && npm cache clean --force
@@ -62,4 +62,4 @@ RUN chmod -R 777 ${APP_HOME}
62
 
63
  EXPOSE 8000
64
 
65
- CMD [ "./docker-entrypoint.sh" ]
 
36
 
37
  # Install app dependencies
38
  # COPY package*.json post-install.js ./
39
+ RUN git clone https://github.com/SillyTavern/SillyTavern.git --branch 1.12.7 .
40
  RUN \
41
  echo "*** Install npm packages ***" && \
42
  npm install && npm cache clean --force
 
62
 
63
  EXPOSE 8000
64
 
65
+ CMD [ "./docker-entrypoint.sh" ]