Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -11
Dockerfile
CHANGED
|
@@ -15,16 +15,6 @@ WORKDIR ${APP_HOME}
|
|
| 15 |
# Set NODE_ENV to production
|
| 16 |
ENV NODE_ENV=production
|
| 17 |
|
| 18 |
-
# Env
|
| 19 |
-
# 是否远程获取下面的参数 是个链接,返回一个json;执行完后关闭这个链接即可保密
|
| 20 |
-
# 返回内容:
|
| 21 |
-
# {
|
| 22 |
-
# "reverse_proxy": "https://onekey.xxx.top/v1",
|
| 23 |
-
# "proxy_password": "sk-ssvJn4VQAk596Lvv3548xxx",
|
| 24 |
-
# "api_key_makersuite": "AIzaSyAm5S9kl22DDNSXmnd4vgxxx",
|
| 25 |
-
# "github_secret": "github_pat_11AIWDQ2A0cLSEdwiwiZNC_10II4TsFExxx",
|
| 26 |
-
# "github_project": "bincooo/history"
|
| 27 |
-
# }
|
| 28 |
ENV fetch ""
|
| 29 |
# 代理转发地址
|
| 30 |
ENV reverse_proxy ""
|
|
@@ -48,7 +38,7 @@ RUN \
|
|
| 48 |
# COPY . ./
|
| 49 |
|
| 50 |
ADD launch.sh launch.sh
|
| 51 |
-
RUN curl -JLO https://github.com/bincooo/SillyTavern-Docker/releases/download/v1.0.
|
| 52 |
RUN chmod +x launch.sh && chmod +x git-batch && ./git-batch -h
|
| 53 |
|
| 54 |
RUN \
|
|
|
|
| 15 |
# Set NODE_ENV to production
|
| 16 |
ENV NODE_ENV=production
|
| 17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
ENV fetch ""
|
| 19 |
# 代理转发地址
|
| 20 |
ENV reverse_proxy ""
|
|
|
|
| 38 |
# COPY . ./
|
| 39 |
|
| 40 |
ADD launch.sh launch.sh
|
| 41 |
+
RUN curl -JLO https://github.com/bincooo/SillyTavern-Docker/releases/download/v1.0.0/git-batch
|
| 42 |
RUN chmod +x launch.sh && chmod +x git-batch && ./git-batch -h
|
| 43 |
|
| 44 |
RUN \
|