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 79886e7 commit 68febbaCopy full SHA for 68febba
Dockerfile.prod
@@ -13,6 +13,8 @@ COPY . .
13
14
RUN npm install -g pnpm && \
15
pnpm install && \
16
+ pnpm install -g node-pre-gyp && \
17
+ cd node_modules/node-pre-gyp && node-pre-gyp install --fallback-to-build && cd ../.. && \
18
pnpm add sharp && \
19
pnpm run build
20
0 commit comments