container-foreground-cmd -> container-init

This commit is contained in:
Héctor Molinero Fernández
2020-03-01 16:16:48 +01:00
parent 7cf3f7a1f9
commit c38d79edc1
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -479,5 +479,4 @@ EXPOSE 3322/tcp
# Expose RDP port
EXPOSE 3389/tcp
ENTRYPOINT ["/usr/bin/tini", "--"]
CMD ["/usr/local/bin/container-foreground-cmd"]
ENTRYPOINT ["/usr/local/bin/container-init"]
@@ -86,4 +86,4 @@ if [ -e /run/dbus/pid ]; then
fi
# Start all services
exec runsvdir -P /etc/service/
exec tini -- runsvdir -P /etc/service/