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