mirror of
https://github.com/kiranshila/Doplarr.git
synced 2026-07-28 00:02:32 -04:00
debug from the container. This will have the downside of increasing the image size, but it'll probably be worth it
5 lines
154 B
Docker
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"]
|