Skip to content

Commit 68febba

Browse files
HarkiratHarkirat
authored andcommitted
fix dockerfile
1 parent 79886e7 commit 68febba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile.prod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +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 ../.. && \
1618
pnpm add sharp && \
1719
pnpm run build
1820

0 commit comments

Comments
 (0)