mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Container: Revert change in entrypoint that was added in d15cf994a
This commit is contained in:
parent
38eb50bf5c
commit
34420444db
4
.github/container/Dockerfile
vendored
4
.github/container/Dockerfile
vendored
@ -170,5 +170,5 @@ USER $USER
|
||||
VOLUME ["/$HOME"]
|
||||
EXPOSE 1883 4369-4399 5210 5222 5269 5280 5443
|
||||
|
||||
ENTRYPOINT ["/sbin/tini","--"]
|
||||
CMD ["ejabberdctl", "foreground"]
|
||||
ENTRYPOINT ["/sbin/tini","--","/usr/local/bin/ejabberdctl"]
|
||||
CMD ["foreground"]
|
||||
|
Loading…
Reference in New Issue
Block a user