Fix docker script (#9854)

* Dockerfile: change source path of the newly added check_sync.sh (#9869)
This commit is contained in:
Afri Schoedon 2018-11-07 15:53:22 +01:00 committed by gabriel klawitter
parent f680eacdf2
commit 4f2415b483
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ COPY artifacts/x86_64-unknown-linux-gnu/$TARGET ./bin/$TARGET
RUN echo "#!/bin/bash \n ${TARGET} \$@" > ./entrypoint.sh
RUN chmod +x ./entrypoint.sh
ADD check_sync.sh /check_sync.sh
COPY scripts/docker/hub/check_sync.sh /check_sync.sh
# setup ENTRYPOINT
EXPOSE 5001 8080 8082 8083 8545 8546 8180 30303/tcp 30303/udp