udpate debug settings and scripts

This commit is contained in:
2026-07-20 14:28:42 +02:00
parent 56f7798d32
commit dc5a8897e0
7 changed files with 31 additions and 32 deletions
+2
View File
@@ -88,6 +88,8 @@ Deploy Apache PHP
throw "Compress-Archive non disponibile. Usa Windows PowerShell 5+ o PowerShell 7."
}
$outputFile = Resolve-Path -LiteralPath $outputFile
Write-Host "[4/4] Archivio pronto"
Write-Host "Percorso: '$outputFile'"
Write-Host ""
+1 -1
View File
@@ -28,7 +28,7 @@ if (-not (Get-Command composer -ErrorAction SilentlyContinue)) {
Push-Location $root
try {
if ($useDockerComposer) {
docker run --rm -p 8000:8000 -v "$($dockerRoot):/app" -w /app --name php-serve php:8.5.8-cli php -S 0.0.0.0:8000 -t public public/index.php
docker run --rm -p 8000:8000 -v "$($dockerRoot):/app" -w /app --name elixforms-serve-ws php:8.5.8-cli php -S 0.0.0.0:8000 -t public public/index.php
}
else {
php -S 0.0.0.0:8000 -t public public/index.php