@@ -125,7 +125,7 @@ APP_URL=http://localhost:${PORT}`,
125125
126126 install:
127127 - cp .env.example .env
128- - kool run -- docker fireworkweb/node:14 npm install # can change to: yarn,pnpm
128+ - kool docker fireworkweb/node:14 npm install # can change to: yarn,pnpm
129129 - kool start` ,
130130 }
131131 presets ["adonis" ] = map [string ]string {
@@ -197,7 +197,7 @@ APP_URL=http://localhost:${PORT}`,
197197
198198 install:
199199 - cp .env.example .env
200- - kool run -- docker fireworkweb/node:14 npm install # can change to: yarn,pnpm
200+ - kool docker fireworkweb/node:14 npm install # can change to: yarn,pnpm
201201 - kool start` ,
202202 }
203203 presets ["laravel" ] = map [string ]string {
@@ -263,8 +263,8 @@ networks:
263263 php: kool exec app php
264264 composer: kool exec app composer
265265
266- node: kool run -- docker fireworkweb/node:14 node
267- npm: kool run -- docker fireworkweb/node:14 npm # can change to: yarn,pnpm
266+ node: kool docker fireworkweb/node:14 node
267+ npm: kool docker fireworkweb/node:14 npm # can change to: yarn,pnpm
268268
269269 install:
270270 - kool start
@@ -319,7 +319,7 @@ networks:
319319 npm: kool exec app npm # can change to: yarn,pnpm
320320
321321 install:
322- - kool run -- docker fireworkweb/node:14 npm install # can change to: yarn,pnpm
322+ - kool docker fireworkweb/node:14 npm install # can change to: yarn,pnpm
323323 - kool start` ,
324324 }
325325 presets ["nextjs" ] = map [string ]string {
@@ -359,7 +359,7 @@ networks:
359359 npm: kool exec app npm # can change to: yarn,pnpm
360360
361361 install:
362- - kool run -- docker fireworkweb/node:14 npm install # can change to: yarn,pnpm
362+ - kool docker fireworkweb/node:14 npm install # can change to: yarn,pnpm
363363 - kool start` ,
364364 }
365365 presets ["nuxtjs-static" ] = map [string ]string {
@@ -406,7 +406,7 @@ networks:
406406 npm: kool exec app npm # can change to: yarn,pnpm
407407
408408 install:
409- - kool run -- docker fireworkweb/node:14 npm install # can change to: yarn,pnpm
409+ - kool docker fireworkweb/node:14 npm install # can change to: yarn,pnpm
410410 - kool start` ,
411411 }
412412 presets ["nuxtjs" ] = map [string ]string {
@@ -451,7 +451,7 @@ networks:
451451 npm: kool exec app npm # can change to: yarn,pnpm
452452
453453 install:
454- - kool run -- docker fireworkweb/node:14 npm install # can change to: yarn,pnpm
454+ - kool docker fireworkweb/node:14 npm install # can change to: yarn,pnpm
455455 - kool start` ,
456456 }
457457}
0 commit comments