Skip to content

Commit

Permalink
modify dockerfile to copy the jar file with the tag in the name
Browse files Browse the repository at this point in the history
  • Loading branch information
Parisa68 committed Oct 4, 2023
1 parent b05edb3 commit 31ad6ca
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 @@ -17,7 +17,7 @@ FROM eclipse-temurin:17-jre-alpine

RUN apk add --no-cache ca-certificates

COPY --from=builder /target/*-SNAPSHOT.jar /localega-tsd-proxy.jar
COPY --from=builder /target/localega-*.jar /localega-tsd-proxy.jar

RUN addgroup -g 1000 lega && \
adduser -D -u 1000 -G lega lega
Expand Down

0 comments on commit 31ad6ca

Please sign in to comment.