Skip to content

Commit

Permalink
remove force install on hhdeployer
Browse files Browse the repository at this point in the history
  • Loading branch information
badgersrus committed Jul 30, 2024
1 parent e9bb537 commit ac30842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/hardhatdeployer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ FROM node:16-alpine as install-npm-deps

COPY ./contracts/package.json /home/obscuro/go-obscuro/contracts/package.json
WORKDIR /home/obscuro/go-obscuro/contracts
RUN npm install --force
RUN npm install

# Final stage. Compiles the solidity contracts to cache them.
FROM node:16-alpine
Expand Down

0 comments on commit ac30842

Please sign in to comment.