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.
2 parents cae3f6a + 325fe58 commit c42ecaeCopy full SHA for c42ecae
Dockerfile
@@ -71,6 +71,8 @@ COPY --from=builder $APP_DIR/meta $APP_DIR/meta
71
COPY --from=builder $APP_DIR/src/ci/dirs.js $APP_DIR/src/ci/dirs.js
72
COPY --from=builder $APP_DIR/src/ci/welcome.js $APP_DIR/src/ci/welcome.js
73
74
+RUN npm install -g pnpm@9
75
+
76
EXPOSE 8080
77
78
USER node
0 commit comments