diff -r 7b2e34e1c161 -r be286d8b2764 Containerfile.emacs --- a/Containerfile.emacs Tue Sep 24 15:53:20 2024 -0400 +++ b/Containerfile.emacs Sat Sep 28 16:49:18 2024 -0400 @@ -1,5 +1,5 @@ FROM localhost/operator:latest # bootstrap -RUN emacs --load ~/.emacs.d/init.el --kill +RUN emacs --batch --load ~/.emacs.d/init.el --kill ENTRYPOINT [ "emacs" ]