eggacheb commited on
Commit
caf6448
·
verified ·
1 Parent(s): 3842066

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -48,7 +48,7 @@ ENV github_project ""
48
 
49
  # Install app dependencies
50
  # COPY package*.json post-install.js ./
51
- RUN git clone https://github.com/SillyTavern/SillyTavern.git --branch 1.11.7 .
52
  RUN \
53
  echo "*** Install npm packages ***" && \
54
  npm install && npm cache clean --force
 
48
 
49
  # Install app dependencies
50
  # COPY package*.json post-install.js ./
51
+ RUN git clone https://github.com/SillyTavern/SillyTavern.git --branch 1.11.7
52
  RUN \
53
  echo "*** Install npm packages ***" && \
54
  npm install && npm cache clean --force