diff --git a/entrypoint.sh b/entrypoint.sh index da2194d..67b2482 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -16,6 +16,8 @@ case "${1}" in case "${1}" in app:start) + salt-master --versions + log_info "Starting supervisord ..." exec /usr/bin/supervisord -nc /etc/supervisor/supervisord.conf ;;