This commit is contained in:
neilpang 2017-06-17 20:49:45 +08:00
parent 6c4f33910c
commit 395fbbfd14
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ RUN for verb in help \
RUN printf "%b" '#!'"/usr/bin/env sh\n \
if [ \"\$1\" = \"daemon\" ]; then \n \
crond; tail -f /dev/null;\n \
crond -f\n \
else \n \
/root/.acme.sh/acme.sh --config-home /acme.sh \"\$@\"\n \
fi" >/entry.sh && chmod +x /entry.sh