Add serve command

This commit is contained in:
brabli
2026-04-30 12:23:30 +01:00
parent 23e02068c9
commit 6a9cd627e2
+4
View File
@@ -13,3 +13,7 @@ tests:
@{{php}} rm -rf var/cache @{{php}} rm -rf var/cache
@{{php}} vendor/bin/phpunit @{{php}} vendor/bin/phpunit
# Run the local Symfony preview app at http://localhost:8000
serve:
@docker compose run --rm php sh -c "rm -rf dev/var/cache && php -S 0.0.0.0:8000 -t dev/public"