Skip to content

Commit

Permalink
ensure files added to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
first last committed Dec 26, 2024
1 parent ecfcdc1 commit dbb95d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ requirements.txt \
# Directories have to be ADDed one at a time
ADD .config ./.config
ADD .config/nvim/lua ./.config/nvim/lua
ADD .ipython ./.ipython
ADD .ipython/profile_default ./.ipython/profile_default

# Run setup in order
RUN ./setup.sh --dotfiles
Expand Down

0 comments on commit dbb95d1

Please sign in to comment.