Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -16,6 +16,8 @@ RUN git clone https://github.com/SillyTavern/SillyTavern -b release
|
|
16 |
# 切换工作目录到克隆的仓库中
|
17 |
WORKDIR /app/SillyTavern
|
18 |
|
|
|
|
|
19 |
# 向start.sh脚本添加执行权限
|
20 |
RUN chmod +x start.sh
|
21 |
|
|
|
16 |
# 切换工作目录到克隆的仓库中
|
17 |
WORKDIR /app/SillyTavern
|
18 |
|
19 |
+
COPY config.yaml ./config.yaml
|
20 |
+
|
21 |
# 向start.sh脚本添加执行权限
|
22 |
RUN chmod +x start.sh
|
23 |
|