Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Praful Rakhade <[email protected]>
  • Loading branch information
Prafulrakhade authored Dec 11, 2024
1 parent 2635a38 commit d022ab8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ ENV loader_path_env=${loader_path}

# copying shaded jar into docker image
ADD ./target/*.jar ./target/
RUN find target/ -regextype posix-extended -regex '.*registration-processor-common-camel-bridge-[0-9\.]+[-A-Za-z0-9]*\.jar' "-print0" | xargs "-0" cp -t ./ \
RUN find target/ -regex '.*registration-processor-common-camel-bridge-[0-9\.]+[-A-Za-z0-9]*\.jar' -exec cp {} ./ \; \
&& rm -rf ./target \
&& rm -rf original*.jar \
&& rm -rf *-sources.jar \
Expand Down

0 comments on commit d022ab8

Please sign in to comment.