changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > infra > pod / Containerfile.emacs

revision 40: 90970dfd5a8b
child 42: be286d8b2764
     1.1--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2+++ b/Containerfile.emacs	Tue Sep 24 15:02:27 2024 -0400
     1.3@@ -0,0 +1,5 @@
     1.4+FROM localhost/operator:latest
     1.5+# bootstrap
     1.6+RUN emacs --load ~/.emacs.d/init.el --kill
     1.7+ENTRYPOINT [ "emacs" ]
     1.8+