udpate debug settings and scripts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user