chore: run shellctl under tini

This commit is contained in:
盐粒 Yanli
2026-07-29 01:59:19 +08:00
parent d321edf5f7
commit dce7b7e82f
+2
View File
@@ -40,6 +40,7 @@ RUN apt-get update \
openssh-client \
procps \
ripgrep \
tini \
tmux \
unzip \
xz-utils \
@@ -79,4 +80,5 @@ WORKDIR /home/dify
EXPOSE 5004
ENTRYPOINT ["/usr/bin/tini", "-g", "--"]
CMD ["shellctl", "serve", "--listen", "0.0.0.0:5004"]