Explorar o código

fix https://github.com/acmesh-official/acme.sh/issues/992

neilpang %!s(int64=2) %!d(string=hai) anos
pai
achega
aa9cbf7c55
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -65,7 +65,7 @@ RUN for verb in help \
 
 
 RUN printf "%b" '#!'"/usr/bin/env sh\n \
 RUN printf "%b" '#!'"/usr/bin/env sh\n \
 if [ \"\$1\" = \"daemon\" ];  then \n \
 if [ \"\$1\" = \"daemon\" ];  then \n \
- exec crond -n \n \
+ exec crond -n -s -m off \n \
 else \n \
 else \n \
  exec -- \"\$@\"\n \
  exec -- \"\$@\"\n \
 fi\n" >/entry.sh && chmod +x /entry.sh
 fi\n" >/entry.sh && chmod +x /entry.sh