Files
emacs/lisp/pdf-tools/build/server/test/docker/templates/Dockerfile.common.in
Daniel Weschke 82f05baffe pkg update and first config fix
org-brain not working, add org-roam
2022-12-19 23:02:34 +01:00

5 lines
116 B
Docker

COPY . /pdf-tools
WORKDIR /pdf-tools
RUN make -s distclean || true
CMD ["sh", "./server/test/docker/lib/run-tests"]