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

@@ -51,7 +51,8 @@
"assets:install %PUBLIC_DIR%": "symfony-cmd"
},
"post-install-cmd": [
"@auto-scripts"
"@auto-scripts",
"vendor/bin/rr get --location bin/"
],
"post-update-cmd": [
"@auto-scripts"
@@ -65,5 +66,9 @@
"allow-contrib": false,
"require": "7.3.*"
}
},
"require-dev": {
"symfony/stopwatch": "7.3.*",
"symfony/web-profiler-bundle": "7.3.*"
}
}