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