fix: docker startup issue, add GitHub release workflow and changelog config

This commit is contained in:
2026-01-25 01:29:13 +00:00
committed by GitHub
parent 995f5406e2
commit b760465f1c
4 changed files with 84 additions and 3 deletions

View File

@@ -15,3 +15,7 @@ printenv | grep NEXT_PUBLIC_ | while read -r line ; do
done
echo "✅ Environment variable replacement complete"
echo "🚀 Starting Next.js application..."
# Execute the command passed as arguments
exec "$@"