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