Update Dockerfile
Some checks are pending
Gitea Actions Deploy / deploy (push) Waiting to run

This commit is contained in:
Andros Fenollosa 2024-06-24 22:00:00 +02:00 committed by GitHub
parent 81fc6b0778
commit 88efca89b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,8 +11,5 @@ RUN apt update
RUN apt install -y emacs-nox RUN apt install -y emacs-nox
# Build # Build
COPY build.el . COPY . .
COPY one.org .
COPY onerc.el .
COPY assets assets
ENTRYPOINT emacs --batch --script build.el ENTRYPOINT emacs --batch --script build.el