🔧 update entrypoint script 🔧

- Modified rootfs/usr/local/bin/entrypoint.sh

rootfs/usr/local/bin/entrypoint.sh
This commit is contained in:
2026-06-12 13:28:36 -04:00
parent daf5c2a64d
commit a9d439d32a
+3 -3
View File
@@ -12,8 +12,8 @@
# @@Description : Entrypoint file for alpine
# @@Changelog : New script
# @@TODO : Better documentation
# @@Other :
# @@Resource :
# @@Other :
# @@Resource :
# @@Terminal App : no
# @@sudo/root : no
# @@Template : other/docker-entrypoint
@@ -508,7 +508,7 @@ if [ "$START_SERVICES" = "yes" ] || [ -z "$1" ]; then
CONTAINER_INIT="${CONTAINER_INIT:-no}"
# No user command: run default Go workflow instead of blocking
if [ $# -eq 0 ]; then
__exec_command go-workflow
go-workflow
exit $?
fi
fi