فهرست منبع

Fix: download pnpm in builder step

AH-dark 2 سال پیش
والد
کامیت
a4685400e7
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -14,6 +14,7 @@ COPY --from=deps ~/app/node_modules ./node_modules
 COPY . .
 
 # Build
+RUN curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm
 RUN pnpm run build
 
 FROM nginx:stable-alpine AS runner