Skip to content

Commit

Permalink
fix docker
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcos20 committed Feb 27, 2023
1 parent 8a6fddf commit ca5b9f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Expand Up @@ -7,7 +7,9 @@ RUN bash /tmp/nodesource_setup.sh
RUN apt install nodejs
COPY . /ocean-contracts
WORKDIR /ocean-contracts
RUN npm install --no-optional && npm cache clean --force
RUN rm package-lock.json
RUN rm -rf ./node-modules/
RUN npm i
ENV SLEEP_FOR_GANACHE=10
RUN cp hardhat.config.barge.js hardhat.config.js
ENV NETWORK=barge
Expand Down

0 comments on commit ca5b9f4

Please sign in to comment.