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