Browse Source

fix export cmd

pull/4/head
fedy95 4 years ago
parent
commit
4711b069d4
  1. 3
      Dockerfile

3
Dockerfile

@ -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'"]