mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
New flow
This commit is contained in:
parent
397d4f92f9
commit
f972dcace6
1 changed files with 2 additions and 2 deletions
|
|
@ -9,10 +9,10 @@ COPY . /usr/src/app
|
||||||
RUN npm install
|
RUN npm install
|
||||||
RUN npm install wait-on
|
RUN npm install wait-on
|
||||||
|
|
||||||
COPY go-ethereum/hardhat/entrypoint.sh /usr/local/bin
|
COPY ./entrypoint.sh /usr/local/bin
|
||||||
|
|
||||||
EXPOSE 8545
|
EXPOSE 8545
|
||||||
|
|
||||||
RUN chmod +x go-ethereum/hardhat/entrypoint.sh/entrypoint.sh
|
RUN chmod +x ./entrypoint.sh/entrypoint.sh
|
||||||
|
|
||||||
ENTRYPOINT ["/bin/sh", "/usr/local/bin/entrypoint.sh"]
|
ENTRYPOINT ["/bin/sh", "/usr/local/bin/entrypoint.sh"]
|
||||||
Loading…
Reference in a new issue