Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -2
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
|
@@ -62,4 +62,4 @@ RUN chmod -R 777 ${APP_HOME}
|
|
62 |
|
63 |
EXPOSE 8000
|
64 |
|
65 |
-
CMD [ "./docker-entrypoint.sh" ]
|
|
|
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.7 .
|
40 |
RUN \
|
41 |
echo "*** Install npm packages ***" && \
|
42 |
npm install && npm cache clean --force
|
|
|
62 |
|
63 |
EXPOSE 8000
|
64 |
|
65 |
+
CMD [ "./docker-entrypoint.sh" ]
|