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

Commit

Permalink
Fix docker push (broken since #9804)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddorgan committed Nov 7, 2018
1 parent f680eac commit 38cfe26
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
ADD 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 38cfe26

Please sign in to comment.