Skip to content

Commit 0d23ebc

Browse files
committed
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
1 parent b630397 commit 0d23ebc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM adoptopenjdk/openjdk11:alpine-jre
1+
FROM clojure:openjdk-11-tools-deps
22
MAINTAINER Kiran Shila <[email protected]>
3-
COPY target/Doplarr.jar /home/Doplarr.jar
4-
CMD ["java","-jar","/home/Doplarr.jar"]
3+
COPY . /home/Doplarr
4+
CMD ["java","-jar","/home/Doplarr/target/Doplarr.jar"]

0 commit comments

Comments
 (0)