fix: add go.sum and fixes

This commit is contained in:
2026-02-06 14:26:15 -03:00
parent cf2b4f7b91
commit d6b08cb586
36 changed files with 3613 additions and 423 deletions

View File

@@ -24,8 +24,11 @@ case "$MODE" in
exec npm start
;;
all)
echo "Starting all services with supervisor..."
exec supervisord -c /etc/supervisord.conf
echo "Starting all services..."
# Start server in background
/app/bin/ophion-server &
# Start web
cd /app/web && npm start
;;
*)
echo "Unknown mode: $MODE"