feat 内建重启

This commit is contained in:
jxxghp
2023-09-06 12:55:48 +08:00
parent 259e8fc2e1
commit 576ac08a05
5 changed files with 41 additions and 2 deletions

View File

@ -82,5 +82,5 @@ RUN apt-get update \
/var/lib/apt/lists/* \
/var/tmp/*
EXPOSE 3000
VOLUME ["/config"]
VOLUME ["/config", "/var/run/docker.sock"]
ENTRYPOINT [ "/entrypoint" ]