Skip to content

Commit

Permalink
Merge pull request #110 from dappnode/tropicar/remove-entrypoint
Browse files Browse the repository at this point in the history
Remove entrypoint
  • Loading branch information
tropicar authored Dec 9, 2022
2 parents a4048f1 + 498a3b8 commit 13fab85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 85 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM thorax/erigon:${UPSTREAM_VERSION}
USER root

COPY /security /security
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
COPY /erigon/entrypoint.sh /usr/local/bin/entrypoint.sh
RUN chmod u+x /usr/local/bin/entrypoint.sh

ENTRYPOINT [ "/usr/local/bin/entrypoint.sh" ]
84 changes: 0 additions & 84 deletions entrypoint.sh

This file was deleted.

0 comments on commit 13fab85

Please sign in to comment.