docker support

This commit is contained in:
hakutaku
2025-08-18 14:12:00 +03:00
parent 89105cfb74
commit a3c1072320
16 changed files with 673 additions and 25 deletions

View File

@@ -3,4 +3,6 @@
return [
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
Baldinof\RoadRunnerBundle\BaldinofRoadRunnerBundle::class => ['all' => true],
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
];