Skip to content

Commit

Permalink
fix(docker): do not use snapshot in file name when copying binary res…
Browse files Browse the repository at this point in the history
…ources into the docker environment.
  • Loading branch information
drcgjung committed Sep 26, 2023
1 parent 22ddb70 commit 7606644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remoting/src/main/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

FROM openjdk:22-jdk-slim AS build

COPY target/original-remoting-agent-*-SNAPSHOT.jar /opt/lib/
COPY target/original-remoting-agent-*.jar /opt/lib/
COPY target/lib/guava-*.jar /opt/lib/
COPY target/lib/netty-*.jar /opt/lib/
COPY target/lib/jetty-*.jar /opt/lib/
Expand Down

0 comments on commit 7606644

Please sign in to comment.