feat: Update docker-entrypoint.sh and vite.config.ts for improved runtime handling and API navigation

This commit is contained in:
2026-01-20 19:28:50 +01:00
parent c2dfa0e701
commit cd950e9521
2 changed files with 3 additions and 1 deletions

View File

@@ -15,6 +15,5 @@ else
echo "No runtime template found at $TEMPLATE_PATH, skipping"
fi
# Start nginx in foreground
exec nginx -g 'daemon off;'