changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > infra > pod / Containerfile.emacs

revision 42: be286d8b2764
parent 40: 90970dfd5a8b
     1.1--- a/Containerfile.emacs	Tue Sep 24 15:53:20 2024 -0400
     1.2+++ b/Containerfile.emacs	Sat Sep 28 16:49:18 2024 -0400
     1.3@@ -1,5 +1,5 @@
     1.4 FROM localhost/operator:latest
     1.5 # bootstrap
     1.6-RUN emacs --load ~/.emacs.d/init.el --kill
     1.7+RUN emacs --batch --load ~/.emacs.d/init.el --kill
     1.8 ENTRYPOINT [ "emacs" ]
     1.9