mirror of
https://github.com/Django-LiveView/docs.git
synced 2025-08-18 22:17:52 +02:00
This commit is contained in:
15
Dockerfile
Normal file
15
Dockerfile
Normal file
@@ -0,0 +1,15 @@
|
||||
FROM debian:12-slim
|
||||
|
||||
# set work directory
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
# Print output
|
||||
RUN export TERM=xterm
|
||||
|
||||
# install software
|
||||
RUN apt update
|
||||
RUN apt install -y emacs-nox
|
||||
|
||||
# Build
|
||||
COPY build.el .
|
||||
ENTRYPOINT emacs --batch --script build.el
|
Reference in New Issue
Block a user