Skip to content

Commit

Permalink
build: ADD *.fish into container
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger committed Oct 19, 2024
1 parent 870dda9 commit 0f3f613
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile-fedora
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ RUN /tmp/git-install.sh /tmp/install-nano.sh && rm /tmp/git-install.sh /tmp/inst
# TODO see TODO.MD: "clone" to ~/.git - how to COPY with .git ??)
# Do NOT do this, because then any time you touch any file during dev, it will redo above:
# COPY . /home/vorburger/dev/vorburger-dotfiles-bin-etc/
COPY --chown=vorburger:vorburger *.sh /home/vorburger/dev/vorburger-dotfiles-bin-etc/
COPY --chown=vorburger:vorburger *.sh /home/vorburger/dev/vorburger-dotfiles-bin-etc/
COPY --chown=vorburger:vorburger *.fish /home/vorburger/dev/vorburger-dotfiles-bin-etc/
COPY --chown=vorburger:vorburger dotfiles/ /home/vorburger/dev/vorburger-dotfiles-bin-etc/dotfiles/
COPY --chown=vorburger:vorburger bin/ /home/vorburger/dev/vorburger-dotfiles-bin-etc/bin/

Expand Down

0 comments on commit 0f3f613

Please sign in to comment.