add VOLUME

This commit is contained in:
neilpang 2017-05-11 20:51:16 +08:00
parent 0f48b15695
commit c487cd6af2
1 changed files with 2 additions and 0 deletions

View File

@ -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"]