Skip to content

Commit

Permalink
Remove debug init for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
chuxubank authored Jan 25, 2024
1 parent 8bd3fef commit 2d9b91b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ ADD . /root/.emacs.d
RUN echo "(custom-set-variables '(use-short-answers t))" > /root/.emacs.d/custom.el

RUN --mount=type=cache,sharing=locked,target=/root/.emacs.d/elpa \
yes | emacs --fg-daemon --debug-init --eval "(kill-emacs)"
yes | emacs --fg-daemon --eval "(kill-emacs)"

ENTRYPOINT ["emacs", "-nw"]

0 comments on commit 2d9b91b

Please sign in to comment.