|
|
@ -4,6 +4,5 @@ ARG DOMAIN |
|
|
|
ARG GD_Key |
|
|
|
ARG GD_Secret |
|
|
|
|
|
|
|
RUN ["export", "${GD_Key}"] |
|
|
|
RUN ["export", "${GD_Secret}"] |
|
|
|
RUN export ${GD_Key} && export ${GD_Secret} |
|
|
|
RUN ["acme.sh", "--issue", "--dns", "dns_gd", "-d", "${DOMAIN}", "--reloadcmd", "'/usr/syno/sbin/synoservicecfg --reload httpd-sys'"] |