mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
New CI
This commit is contained in:
parent
d02384c2e8
commit
c34dcde1bb
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ WORKDIR /usr/src/app
|
|||
|
||||
COPY . /usr/src/app
|
||||
|
||||
RUN npm install --save-dev
|
||||
RUN npm install --save-dev hardhat
|
||||
RUN npm install wait-on
|
||||
|
||||
COPY ./hardhat/entrypoint.sh /usr/local/bin
|
||||
|
|
|
|||
Loading…
Reference in a new issue