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 0f2a9c8
Show file tree
Hide file tree
Showing 2 changed files with 5 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"]
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ stow \
--dotfiles \
--no-folding \
home

0 comments on commit 0f2a9c8

Please sign in to comment.