Skip to content

Commit 7f94092

Browse files
committed
feat: use node for compatibility
1 parent a07da82 commit 7f94092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ WORKDIR /usecase
2020
USER root
2121

2222
RUN npm install
23-
RUN if [ -f "scripts/decompress.js" ]; then bun scripts/decompress.js; fi
23+
RUN if [ -f "scripts/decompress.js" ]; then node scripts/decompress.js; fi
2424
RUN forge build
2525
RUN npx hardhat compile
2626

0 commit comments

Comments
 (0)