Skip to content

Commit

Permalink
add entrypoint to base dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
fgimenez committed Mar 10, 2024
1 parent f10322f commit fd26e3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,5 @@ RUN chmod +x /usr/local/bin/solc && \

COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh

ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit fd26e3d

Please sign in to comment.