Skip to content

Commit ae1d2aa

Browse files
committed
fix: ci
1 parent ae48fec commit ae1d2aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ FROM node:slim
88
WORKDIR /app
99
COPY --from=build /app/dist ./dist
1010
COPY --from=build /app/package.json ./package.json
11-
RUN npm install --omit=dev
11+
RUN npm install -g pnpm && pnpm install -P
1212
CMD ["node", "dist/index.js"]

0 commit comments

Comments
 (0)