Update Dockerfile
Browse files- 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 |
|