mpellegrini / fullstack-typescript-monorepo-starter

1 stars 1 forks source link

Dockerfile - optimize build step to only build what packages are dependent on the app #127

Closed mpellegrini closed 1 month ago

mpellegrini commented 1 month ago

change

RUN pnpm exec turbo build --filter=@apps/$APP_NAME...

to

RUN pnpm exec turbo build --filter=@apps/$APP_NAME^...