diff --git a/Dockerfile b/Dockerfile index e8962f6..ac90174 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,8 +11,5 @@ RUN apt update RUN apt install -y emacs-nox # Build -COPY build.el . -COPY one.org . -COPY onerc.el . -COPY assets assets +COPY . . ENTRYPOINT emacs --batch --script build.el