Update scripts/new-dotnet-worker-app.sh

This commit is contained in:
2026-06-15 07:52:28 +00:00
parent b59c942245
commit 011d722932
+3
View File
@@ -12,6 +12,7 @@ if [ -z "$APP_ID" ]; then
fi
APP_DIR="$WORKSPACE_DIR/$APP_ID"
TOOLS_DIR="$WORKSPACE_DIR/appfactory-tools"
PROJECT_NAME="$(python3 - "$APP_ID" <<'PY'
import re
import sys
@@ -150,6 +151,8 @@ docker run --rm -p 8080:8080 $APP_ID:latest
\`\`\`
EOF_MD
cp "$TOOLS_DIR/AGENTS.md" "$TARGET_DIR/AGENTS.md"
git init
git config user.name "AppFactory Bot"
git config user.email "appfactory@local"