24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-10 21:47:01 +02:00

Container: Add tini as runtime init

This commit is contained in:
Saarko 2023-01-30 13:02:55 +01:00 committed by Badlop
parent 7c634f3615
commit c71887db43

View File

@ -82,6 +82,7 @@ RUN apk upgrade --update musl \
ncurses-libs \
sqlite \
sqlite-libs \
tini \
unixodbc \
yaml \
zlib \
@ -115,5 +116,5 @@ USER ejabberd
VOLUME ["$HOME"]
EXPOSE 1883 4369-4399 5210 5222 5269 5280 5443
ENTRYPOINT ["/usr/local/bin/ejabberdctl"]
ENTRYPOINT ["/sbin/tini","--","/usr/local/bin/ejabberdctl"]
CMD ["foreground"]