Skip to content

Commit

Permalink
Fix the JAR filename in the Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
qligier committed Dec 2, 2024
1 parent 22db522 commit 322995a
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 @@ -4,7 +4,7 @@ EXPOSE 9090
EXPOSE 9091
VOLUME /tmp

ARG JAR_FILE=target/mobile-access-gateway-1.0-SNAPSHOT-spring-boot.jar
ARG JAR_FILE=target/mobile-access-gateway-1.0.0-spring-boot.jar

ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'

Expand Down

0 comments on commit 322995a

Please sign in to comment.