mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
New CI
This commit is contained in:
parent
d7dc3c3a01
commit
d02384c2e8
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ WORKDIR /usr/src/app
|
||||||
|
|
||||||
COPY . /usr/src/app
|
COPY . /usr/src/app
|
||||||
|
|
||||||
RUN npm install
|
RUN npm install --save-dev
|
||||||
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