File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ scripts:
8484 - kool run yarn install
8585
8686 before-start :
87- - kool docker kooldev/bash -c " cp .env.example .env"
87+ - cp .env.example .env
8888 - kool run yarn install
8989` ` `
9090
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ scripts:
161161 yarn : kool docker kooldev/node:20 yarn
162162
163163 setup :
164- - kool docker kooldev/bash -c " cp .env.example .env"
164+ - cp .env.example .env
165165 - kool start
166166 - kool run composer install
167167 - kool run yarn install
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ scripts:
155155 phpunit : kool exec app php ./bin/phpunit
156156
157157 setup :
158- - kool docker kooldev/bash -c " cp env .env"
158+ - cp env .env
159159 - kool start
160160 - kool run composer install
161161 - kool run spark key:generate
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ scripts:
152152 - kool run yarn install
153153
154154 before-start :
155- - kool docker kooldev/bash -c " cp .env.example .env"
155+ - cp .env.example .env
156156 - kool run yarn install
157157` ` `
158158
Original file line number Diff line number Diff line change 55 mysql : kool exec -e MYSQL_PWD=$DB_PASSWORD database mysql -uroot
66
77 setup :
8- - kool docker kooldev/bash -c " cp env .env"
8+ - cp env .env
99 - kool start
1010 - kool run composer install
1111 - kool run spark key:generate
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ scripts:
1212 - kool run artisan migrate:fresh --seed
1313
1414 before-start :
15- - kool docker kooldev/bash -c " cp .env.example .env"
15+ - cp .env.example .env
1616 - kool docker kooldev/php:8.2-node composer install
1717 - kool docker kooldev/php:8.2-node php artisan key:generate
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ scripts:
1212 - kool run artisan migrate:fresh --seed
1313
1414 before-start :
15- - kool docker kooldev/bash -c " cp .env.example .env"
15+ - cp .env.example .env
1616 - kool docker kooldev/php:8.2-swoole composer install
1717 - kool docker kooldev/php:8.2-swoole php artisan key:generate
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ scripts:
1414 - kool run artisan migrate:fresh --seed
1515
1616 before-start :
17- - kool docker kooldev/bash -c " cp .env.example .env"
17+ - cp .env.example .env
You can’t perform that action at this time.
0 commit comments