mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Container: Add tini as runtime init
This commit is contained in:
parent
7c634f3615
commit
c71887db43
3
.github/container/Dockerfile
vendored
3
.github/container/Dockerfile
vendored
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user