fixed entrypoint command

This commit is contained in:
Stephan D
2026-03-01 00:08:05 +01:00
parent a6d560eb10
commit f914575a65

View File

@@ -16,4 +16,4 @@ if [ "$#" -gt 0 ] && [ "${1#-}" != "${1}" ]; then
set -- /app/callbacks "$@" set -- /app/callbacks "$@"
fi fi
exec "/app/callbacks" "$@" exec /app/callbacks "$@"