mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
支持docker
This commit is contained in:
4
sop-gateway/src/main/docker/dockerfile
Normal file
4
sop-gateway/src/main/docker/dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM java:8
|
||||
VOLUME /tmp
|
||||
ADD sop-gateway-4.0.3-SNAPSHOT.jar sop-gateway-4.0.3.jar
|
||||
ENTRYPOINT ["java","-Djava.security.egd=file:/dev/./urandom","-jar","/sop-gateway-4.0.3.jar"]
|
Reference in New Issue
Block a user