Archived
1
0
Fork 0
This repository has been archived on 2024-10-19. You can view files and clone it, but cannot push or open issues or pull requests.
emacs/elpa/pdf-tools-20240429.407/build/server/test/docker/templates/Dockerfile.common.in

5 lines
116 B
Docker
Raw Normal View History

2023-04-07 19:25:24 +00:00
COPY . /pdf-tools
WORKDIR /pdf-tools
RUN make -s distclean || true
CMD ["sh", "./server/test/docker/lib/run-tests"]