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 5f9aa0c commit 2278a23
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 @@ -6,7 +6,7 @@ WORKDIR /build
COPY . /build/

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


Expand Down

0 comments on commit 2278a23

Please sign in to comment.