Skip to content

Commit

Permalink
#695 Modify the docker build version
Browse files Browse the repository at this point in the history
Modify the docker build version
  • Loading branch information
xuxuzhesi committed Mar 2, 2020
1 parent b0223fb commit 9093c35
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
@@ -1,6 +1,6 @@
from platten/alpine-oracle-jre8-docker
LABEL maintainer = "Webank CTB Team"
ADD cmdb-core/target/cmdb-core-1.4.0-SNAPSHOT.jar /application/cmdb-core.jar
ADD cmdb-core/target/cmdb-core-1.4.2-SNAPSHOT.jar /application/cmdb-core.jar
ADD build/start.sh /scripts/start.sh
RUN chmod +x /scripts/start.sh
CMD ["/bin/sh","-c","/scripts/start.sh"]

0 comments on commit 9093c35

Please sign in to comment.