Skip to content

Commit fb3725d

Browse files
committed
ensure pnpm is downloaded at build, not runtime
1 parent f18b47f commit fb3725d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/supervisor/Containerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,7 @@ COPY --from=builder /prod/supervisor /app/apps/supervisor
4747
EXPOSE 8000
4848
USER node
4949

50+
# ensure pnpm is installed during build and not silently downloaded at runtime
51+
RUN pnpm -v
52+
5053
CMD [ "/usr/bin/dumb-init", "--", "pnpm", "run", "--filter", "supervisor", "start"]

0 commit comments

Comments
 (0)