Skip to content

Commit 9f3c8f4

Browse files
HarkiratHarkirat
authored andcommitted
fixed dockerfile
1 parent 68febba commit 9f3c8f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.prod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ COPY . .
1313

1414
RUN npm install -g pnpm && \
1515
pnpm install && \
16-
pnpm install -g node-pre-gyp && \
17-
cd node_modules/node-pre-gyp && node-pre-gyp install --fallback-to-build && cd ../.. && \
16+
npm install -g node-pre-gyp && \
17+
cd node_modules/bcrypt && node-pre-gyp install --fallback-to-build && cd ../.. && \
1818
pnpm add sharp && \
1919
pnpm run build
2020

0 commit comments

Comments
 (0)