diff --git a/Dockerfile b/Dockerfile index 06f6043..e8962f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,4 +12,7 @@ RUN apt install -y emacs-nox # Build COPY build.el . +COPY one.org . +COPY onerc.el . +COPY assets assets ENTRYPOINT emacs --batch --script build.el