Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -39,7 +39,7 @@ ENV github_project ""
|
|
| 39 |
|
| 40 |
# Install app dependencies
|
| 41 |
# COPY package*.json post-install.js ./
|
| 42 |
-
RUN git clone https://github.com/SillyTavern/SillyTavern.git --branch 1.12.
|
| 43 |
RUN \
|
| 44 |
echo "*** Install npm packages ***" && \
|
| 45 |
npm install && npm cache clean --force
|
|
|
|
| 39 |
|
| 40 |
# Install app dependencies
|
| 41 |
# COPY package*.json post-install.js ./
|
| 42 |
+
RUN git clone https://github.com/SillyTavern/SillyTavern.git --branch 1.12.13 .
|
| 43 |
RUN \
|
| 44 |
echo "*** Install npm packages ***" && \
|
| 45 |
npm install && npm cache clean --force
|