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 0c1660a commit b74e022Copy full SHA for b74e022
Dockerfile
@@ -20,7 +20,7 @@ WORKDIR /usecase
20
USER root
21
22
RUN npm install
23
-RUN if [ -f "scripts/decompress.js" ]; then bun scripts/decompress.js; fi
+RUN if [ -f "scripts/decompress.js" ]; then node scripts/decompress.js; fi
24
RUN forge build
25
RUN npx hardhat compile
26
0 commit comments