Skip to content

Commit

Permalink
Install git package
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhadaR committed Dec 14, 2022
1 parent eed5763 commit bbaae18
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 @@ -2,5 +2,5 @@ FROM openjdk:8-jre
ARG FOO=${FOO}

ENV FOO=${FOO}
COPY target/hello-world-maven-0.2.*.jar /home/
COPY target/ /home/
#CMD ["java","-jar","/home/myjar.jar"]

0 comments on commit bbaae18

Please sign in to comment.