eggacheb commited on
Commit
04fc411
1 Parent(s): d09ccc3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
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/eggacheb/SillyTavern.git --branch 1.11.7 .
40
  RUN \
41
  echo "*** Install npm packages ***" && \
42
  npm install && npm cache clean --force
 
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.7 .
40
  RUN \
41
  echo "*** Install npm packages ***" && \
42
  npm install && npm cache clean --force