修正项目
This commit is contained in:
6
xlcs-parent/service-gateway/Dockerfile
Normal file
6
xlcs-parent/service-gateway/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM openjdk:8-jdk-alpine
|
||||
LABEL authors="yovinchen"
|
||||
VOLUME /tmp
|
||||
ADD ./target/service-gateway.jar service-gateway.jar
|
||||
ENTRYPOINT ["java","-jar","/service-gateway.jar", "&"]
|
||||
|
Reference in New Issue
Block a user