Browse Source

Merge 182d7d9b56 into a2c64e79ff

pull/2838/merge
Jake Buchholz Göktürk 3 years ago
committed by GitHub
parent
commit
a0ed3d7106
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Dockerfile

2
Dockerfile

@ -64,6 +64,8 @@ RUN for verb in help \
RUN printf "%b" '#!'"/usr/bin/env sh\n \
if [ \"\$1\" = \"daemon\" ]; then \n \
acme.sh --uninstall-cronjob \n \
acme.sh --install-cronjob \n \
trap \"echo stop && killall crond && exit 0\" SIGTERM SIGINT \n \
crond && sleep infinity &\n \
wait \n \

Loading…
Cancel
Save