add dockerfile
All checks were successful
/ ls (pull_request) Successful in 30s

This commit is contained in:
lubiana 2024-06-15 22:36:31 +02:00
parent 167ece94d4
commit b4bc4dba1b
No known key found for this signature in database
2 changed files with 18 additions and 3 deletions

View file

@ -70,11 +70,11 @@
"assets:install %PUBLIC_DIR%": "symfony-cmd"
},
"post-install-cmd": [
"@auto-scripts",
"config-transformer switch-format config"
"@auto-scripts"
],
"post-update-cmd": [
"@auto-scripts"
"@auto-scripts",
"config-transformer switch-format config"
],
"lint": [
"rector",