Skip to content

Commit

Permalink
Address code review
Browse files Browse the repository at this point in the history
  • Loading branch information
dima767 committed Dec 17, 2019
1 parent bcd7c46 commit 999ea4f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM gcr.io/distroless/java

ARG JAR_FILE

COPY loader.properties loader.properties
COPY ${JAR_FILE} app.jar

EXPOSE 8080
Expand Down
1 change: 1 addition & 0 deletions backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ docker {
pull true
noCache true
files tasks.bootJar.outputs
files 'src/main/docker-files/loader.properties'
buildArgs(['JAR_FILE': "shibui-${version}.jar"])
}

Expand Down
1 change: 1 addition & 0 deletions backend/src/main/docker-files/loader.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
loader.path=libs/

0 comments on commit 999ea4f

Please sign in to comment.