Skip to content

Commit

Permalink
Merge pull my finger request
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbd committed Sep 17, 2024
1 parent 5dae927 commit f177c5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ WORKDIR /home/emacsuser
RUN git clone --depth 1 https://github.com/doomemacs/doomemacs ~/.config/emacs && \
~/.config/emacs/bin/doom install --env -! && \
mkdir -p ~/.config/emacs/doom/old-config && \
mv ~/.config/emacs/doom/*.el ~/.config/emacs/doom/old-config/
find ~/.config/emacs/doom/ -maxdepth 1 -name '*.el' -exec mv {} ~/.config/emacs/doom/old-config/ \;

# mv ~/.config/emacs/doom/*.el ~/.config/emacs/doom/old-config/

# Copy Doom Emacs config files and update
COPY ./doom-snapshot/*.el /home/emacsuser/.config/doom/
Expand Down

0 comments on commit f177c5c

Please sign in to comment.