mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
commit
16bc3d0ba6
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ WORKDIR /usr/src/app
|
||||||
COPY . /usr/src/app
|
COPY . /usr/src/app
|
||||||
|
|
||||||
RUN npm install --save-dev hardhat
|
RUN npm install --save-dev hardhat
|
||||||
|
|
||||||
RUN npm install wait-on
|
RUN npm install wait-on
|
||||||
|
|
||||||
COPY ./hardhat/entrypoint.sh /usr/local/bin
|
COPY ./hardhat/entrypoint.sh /usr/local/bin
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue