use builder as the final image base due to how pnpm handles node modules

main
Ayush Mukherjee 2 years ago
parent 22ce400d90
commit 7c4ff32ffb

@ -14,7 +14,7 @@ RUN pnpm build
RUN pnpm prune --production RUN pnpm prune --production
FROM pnpm AS prod FROM builder AS prod
WORKDIR "/app" WORKDIR "/app"

Loading…
Cancel
Save