Merge pull request #44 from zkokk/docker-swarm

New flow
This commit is contained in:
zkokk 2024-06-30 21:03:51 +03:00 committed by GitHub
commit 409410fdd3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,10 +9,10 @@ COPY . /usr/src/app
RUN npm install
RUN npm install wait-on
COPY go-ethereum/hardhat/entrypoint.sh /usr/local/bin
COPY ./entrypoint.sh /usr/local/bin
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"]