eggacheb commited on
Commit
8f700ff
·
verified ·
1 Parent(s): bcb4508

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -43,7 +43,7 @@ ENV github_secret ""
43
  ENV github_project ""
44
 
45
  # Install app dependencies
46
- RUN git clone https://github.com/SillyTavern/SillyTavern.git --branch 1.11.7 .
47
  RUN \
48
  echo "*** Install npm packages ***" && \
49
  npm install && npm cache clean --force
 
43
  ENV github_project ""
44
 
45
  # Install app dependencies
46
+ RUN git clone https://github.com/SillyTavern/SillyTavern.git --branch 1.11.7
47
  RUN \
48
  echo "*** Install npm packages ***" && \
49
  npm install && npm cache clean --force