Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
bb7b9280
Commit
bb7b9280
authored
Jun 17, 2017
by
neil
Committed by
GitHub
Jun 17, 2017
Browse files
Merge pull request #887 from Neilpang/dev
fix cron
parents
896dfe3d
395fbbfd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
bb7b9280
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment