2ch commited on
Commit
e590760
·
verified ·
1 Parent(s): 0f16203

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM node:lts-alpine3.19
2
  WORKDIR /tavern
3
- RUN https://github.com/SillyTavern/SillyTavern -b staging .
4
  RUN npm install --no-audit --no-fund --loglevel=error --no-progress --omit=dev && npm cache clean --force
5
  RUN chmod -R 777 /tavern
6
 
 
1
  FROM node:lts-alpine3.19
2
  WORKDIR /tavern
3
+ RUN git clone https://github.com/SillyTavern/SillyTavern -b staging .
4
  RUN npm install --no-audit --no-fund --loglevel=error --no-progress --omit=dev && npm cache clean --force
5
  RUN chmod -R 777 /tavern
6