changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra > pod / Containerfile.emacs

changeset 40: 90970dfd5a8b
child: be286d8b2764
author: Richard Westhaver <ellis@rwest.io>
date: Tue, 24 Sep 2024 15:02:27 -0400
permissions: -rw-r--r--
description: merge
1 FROM localhost/operator:latest
2 # bootstrap
3 RUN emacs --load ~/.emacs.d/init.el --kill
4 ENTRYPOINT [ "emacs" ]
5