stop with sigkill

This commit is contained in:
2025-11-26 22:23:19 +02:00
parent 510af00876
commit b04ed8b66b

View File

@@ -9,4 +9,6 @@ RUN apk add --no-cache openssh lua
COPY entry.sh gen.lua /
RUN chmod +x entry.sh
STOPSIGNAL SIGKILL
CMD [ "/entry.sh" ]