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 68febba commit 9f3c8f4Copy full SHA for 9f3c8f4
Dockerfile.prod
@@ -13,8 +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 ../.. && \
+ npm install -g node-pre-gyp && \
+ cd node_modules/bcrypt && node-pre-gyp install --fallback-to-build && cd ../.. && \
18
pnpm add sharp && \
19
pnpm run build
20
0 commit comments