mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-06-03 21:52:07 -04:00
add VOLUME
This commit is contained in:
parent
0f48b15695
commit
c487cd6af2
1 changed files with 2 additions and 0 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue