Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Fix docker script (#9854)
Browse files Browse the repository at this point in the history
* Dockerfile: change source path of the newly added check_sync.sh (#9869)
  • Loading branch information
5chdn authored and ascjones committed Nov 13, 2018
1 parent 58e919c commit ee37071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker/hub/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee37071

Please sign in to comment.