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

Commit

Permalink
fix docker build (#9971)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabreal authored and 5chdn committed Nov 27, 2018
1 parent c584221 commit c446687
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/docker/hub/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ RUN rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/*
RUN groupadd -g 1000 parity \
&& useradd -m -u 1000 -g parity -s /bin/sh parity

USER parity

#add TARGET to docker image
COPY artifacts/x86_64-unknown-linux-gnu/$TARGET /bin/$TARGET
Expand All @@ -29,6 +28,9 @@ RUN chmod +x ./entrypoint.sh

COPY scripts/docker/hub/check_sync.sh /check_sync.sh

# switch to user parity here
USER parity

# setup ENTRYPOINT
EXPOSE 5001 8080 8082 8083 8545 8546 8180 30303/tcp 30303/udp
ENTRYPOINT ["./entrypoint.sh"]

0 comments on commit c446687

Please sign in to comment.