Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyraymond committed Jul 17, 2021
1 parent 2278a23 commit 3496d4a
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
Expand Up @@ -7,7 +7,7 @@ COPY . /build/

RUN ls -la && mvn -B --quiet package -DskipTests=true \
&& mkdir /artifact && ls /build/target \
&& mv "/build/target/jack-of-all-trades-*.jar" /artifact/joal.jar
&& mv /build/target/jack-of-all-trades-*.jar /artifact/joal.jar


# Actual joal image with jre only
Expand Down

0 comments on commit 3496d4a

Please sign in to comment.