Skip to content

Commit

Permalink
更新docker maven路径
Browse files Browse the repository at this point in the history
  • Loading branch information
byteblogs168 committed Feb 18, 2020
1 parent 000b902 commit a58c613
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 @@ -21,7 +21,7 @@ EXPOSE 8086

WORKDIR /

RUN /usr/local/maven/${MAVEN_VERSION}/bin/mvn clean package
RUN /usr/local/maven/apache-maven-${MAVEN_VERSION}/bin/mvn clean package

#将本地项目jar包拷贝到Docker容器中的位置
RUN cp ./target/helloblog-v1.1.0.jar ./
Expand Down

0 comments on commit a58c613

Please sign in to comment.