We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f18b47f commit fb3725dCopy full SHA for fb3725d
apps/supervisor/Containerfile
@@ -47,4 +47,7 @@ COPY --from=builder /prod/supervisor /app/apps/supervisor
47
EXPOSE 8000
48
USER node
49
50
+# ensure pnpm is installed during build and not silently downloaded at runtime
51
+RUN pnpm -v
52
+
53
CMD [ "/usr/bin/dumb-init", "--", "pnpm", "run", "--filter", "supervisor", "start"]
0 commit comments