Skip to content

Commit

Permalink
MODNOTES-208 Fix jar name in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
viacheslavkol committed Jan 25, 2022
1 parent 7855953 commit a868dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM folioci/alpine-jre-openjdk11:latest

# Copy your fat jar to the container
ENV APP_FILE mod-tags-fat.jar
ENV APP_FILE mod-notes-fat.jar
# - should be a single jar file
ARG JAR_FILE=./target/*.jar
# - copy
Expand Down

0 comments on commit a868dd7

Please sign in to comment.