Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -29,7 +29,7 @@ ENV github_project ""
|
|
| 29 |
|
| 30 |
# Install app dependencies
|
| 31 |
# COPY package*.json post-install.js ./
|
| 32 |
-
RUN git clone https://github.com/SillyTavern/SillyTavern.git --branch 1.
|
| 33 |
RUN \
|
| 34 |
echo "*** Install npm packages ***" && \
|
| 35 |
npm install && npm cache clean --force
|
|
|
|
| 29 |
|
| 30 |
# Install app dependencies
|
| 31 |
# COPY package*.json post-install.js ./
|
| 32 |
+
RUN git clone https://github.com/SillyTavern/SillyTavern.git --branch 1.13.0 .
|
| 33 |
RUN \
|
| 34 |
echo "*** Install npm packages ***" && \
|
| 35 |
npm install && npm cache clean --force
|