Skip to content

Commit

Permalink
refactor: Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kupermind committed Apr 19, 2022
1 parent 5c711fa commit 86d184b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ ADD . /code

ENV NODE_OPTIONS=--openssl-legacy-provider
RUN yarn
RUN npx hardhat compile
RUN npm run compile

CMD [ "npx", "hardhat", "node", "--hostname", "0.0.0.0" ]

0 comments on commit 86d184b

Please sign in to comment.