初次提交
This commit is contained in:
3
business-service/danji.Dockerfile
Normal file
3
business-service/danji.Dockerfile
Normal file
@ -0,0 +1,3 @@
|
||||
FROM jenkins/jenkins
|
||||
ADD target/business-service.jar /business-service.jar
|
||||
ENTRYPOINT ["java","-jar","/business-service.jar","--spring.profiles.active=danji","-c"]
|
||||
Reference in New Issue
Block a user