Skip to content

Commit

Permalink
Add entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
david committed Oct 29, 2024
1 parent b56f72a commit ee9b5c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,7 @@ RUN curl -fsSLo /tmp/homebrew-install.sh \
USER root

RUN userdel linuxbrew

COPY ./scripts/container-setup /usr/local/bin/container-setup

ENTRYPOINT ["/usr/local/bin/container-setup"]

0 comments on commit ee9b5c8

Please sign in to comment.