update install script to make docker smoother

This commit is contained in:
Joey Kimsey
2024-08-09 00:47:45 -04:00
parent 21ba74ab0a
commit bb171fd7c7

View File

@ -45,6 +45,13 @@
"TheTempusProject\\Houdini\\": "vendor/thetempusproject/houdini"
}
},
"scripts":
{
"post-root-package-install":
[
"@php -r \"file_exists('docker/.env') || copy('docker/.env.example', '.env');\""
]
},
"config":
{
"optimize-autoloader": true,