diff --git a/Dockerfile b/Dockerfile index 327240c..caebf47 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,6 +28,4 @@ RUN echo "(custom-set-variables '(use-short-answers t))" > /root/.emacs.d/custom RUN --mount=type=cache,sharing=locked,target=/root/.emacs.d/elpa \ yes | emacs --fg-daemon --debug-init --eval "(kill-emacs)" -RUN echo "Emacs build done." - CMD ["emacs"]