Skip to content

Commit

Permalink
Add contracts and other files inside the docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
brianunlam committed Jul 20, 2022
1 parent 6521cf1 commit 864aece
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ RUN npm -g config set user root
RUN apk update && apk add --no-cache git

COPY package.json ./
COPY contracts /hardhat/contracts
COPY scripts /hardhat/scripts
COPY tasks /hardhat/tasks
COPY hardhat.config.ts /hardhat/hardhat.config.ts
COPY utils.ts /hardhat/utils.ts

RUN npm install

ENTRYPOINT ["npm", "start"]
Expand Down

0 comments on commit 864aece

Please sign in to comment.