Skip to content

Commit

Permalink
opt
Browse files Browse the repository at this point in the history
  • Loading branch information
wanwiset25 committed Jul 31, 2024
1 parent 767d70f commit 4f59229
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cicd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ COPY . /app

WORKDIR /app
RUN yarn
RUN chmod -R 777 .
RUN npx hardhat compile
WORKDIR /app/cicd
RUN yarn
RUN chmod -R 777 .

ENTRYPOINT ["node"]

0 comments on commit 4f59229

Please sign in to comment.