Files
Doplarr/Dockerfile
Kiran Shila 0d23ebcc78 Changed the docker build to include the source and clojure, so we can
debug from the container.

This will have the downside of increasing the image size, but it'll
probably be worth it
2021-08-13 22:40:34 -07:00

5 lines
154 B
Docker

FROM clojure:openjdk-11-tools-deps
MAINTAINER Kiran Shila <me@kiranshila.com>
COPY . /home/Doplarr
CMD ["java","-jar","/home/Doplarr/target/Doplarr.jar"]