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

Commit 4f2415b

Browse files
5chdngabreal
authored andcommitted
Fix docker script (#9854)
* Dockerfile: change source path of the newly added check_sync.sh (#9869)
1 parent f680eac commit 4f2415b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/docker/hub/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ COPY artifacts/x86_64-unknown-linux-gnu/$TARGET ./bin/$TARGET
3131
RUN echo "#!/bin/bash \n ${TARGET} \$@" > ./entrypoint.sh
3232
RUN chmod +x ./entrypoint.sh
3333

34-
ADD check_sync.sh /check_sync.sh
34+
COPY scripts/docker/hub/check_sync.sh /check_sync.sh
3535

3636
# setup ENTRYPOINT
3737
EXPOSE 5001 8080 8082 8083 8545 8546 8180 30303/tcp 30303/udp

0 commit comments

Comments
 (0)