Skip to content

Commit

Permalink
plain default for JAR_FILE in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
thadguidry committed Nov 25, 2024
1 parent 382f19e commit a6cc71a
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,6 +1,6 @@
FROM bellsoft/liberica-runtime-container:jre-21-cds-slim-musl

# ARG JAR_FILE=target/db2rest-*.jar
ARG JAR_FILE=db2rest.jar

COPY ${JAR_FILE} /opt/app/db2rest.jar

Expand Down

0 comments on commit a6cc71a

Please sign in to comment.