Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -24,7 +24,7 @@ ENV USERNAME="admin"
|
|
24 |
ENV PASSWORD="password"
|
25 |
|
26 |
# 克隆官方SillyTavern仓库(最新版本)
|
27 |
-
RUN git clone https://github.com/SillyTavern/SillyTavern.git .
|
28 |
#RUN mkdir -p /SillyTavern/plugins
|
29 |
#RUN cd /home/node/app/SillyTavern/plugins && git clone https://github.com/fuwei99/cloud-saves.git
|
30 |
#RUN cd /home/node/app/SillyTavern/plugins/cloud-saves && npm install
|
|
|
24 |
ENV PASSWORD="password"
|
25 |
|
26 |
# 克隆官方SillyTavern仓库(最新版本)
|
27 |
+
RUN git clone --branch 1.12.14 https://github.com/SillyTavern/SillyTavern.git .
|
28 |
#RUN mkdir -p /SillyTavern/plugins
|
29 |
#RUN cd /home/node/app/SillyTavern/plugins && git clone https://github.com/fuwei99/cloud-saves.git
|
30 |
#RUN cd /home/node/app/SillyTavern/plugins/cloud-saves && npm install
|