Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
43a5d0f077 |
@@ -7,8 +7,8 @@ RUN apt update \
|
|||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# 複製私人證書到容器中
|
# 複製私人證書到容器中
|
||||||
COPY ./JSC.Downloader/rootCA.pem /usr/local/share/ca-certificates/rootCA.crt
|
COPY rootCA.pem /usr/local/share/ca-certificates/rootCA.crt
|
||||||
COPY ./JSC.Downloader/jsc.idv.me+4.pem /usr/local/share/ca-certificates/jsc.idv.me+4.crt
|
COPY jsc.idv.me+4.pem /usr/local/share/ca-certificates/jsc.idv.me+4.crt
|
||||||
|
|
||||||
# 複製入口腳本到容器中
|
# 複製入口腳本到容器中
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user