Commit 804a6c8d authored by neil's avatar neil Committed by GitHub
Browse files

Merge pull request #838 from Neilpang/dev

add VOLUME
parents 6a2592a9 c487cd6a
......@@ -55,5 +55,7 @@ else \n \
/root/.acme.sh/acme.sh --config-home /acme.sh \"\$@\"\n \
fi" >/entry.sh && chmod +x /entry.sh
VOLUME /acme.sh
ENTRYPOINT ["/entry.sh"]
CMD ["--help"]
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment