update install script to make docker smoother
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user