Dockerfile 303 Bytes
Newer Older
苗卫卫 committed
1 2 3 4
FROM registry.cn-qingdao.aliyuncs.com/starcharge-base/oracle-jdk8
WORKDIR /starcharge
ADD *.jar starcharge.jar
ENTRYPOINT java -Djava.security.egd=file:/dev/./urandom -Duser.timezone=GMT+08 -Dfile.encoding=UTF-8 -server -Xverify:none -jar ${jvmoptions} starcharge.jar --spring.profiles.active=${profile}