Dockerfile 348 Bytes
Newer Older
his-邹宇's avatar
his-邹宇 committed
1
#使用的基础镜像
his-邹宇's avatar
his-邹宇 committed
2
FROM 192.168.3.2:85/testrepo/jdk1.8.0_25:v1 AS eurake
his-邹宇's avatar
his-邹宇 committed
3 4 5 6 7
RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
COPY ./target/*.jar /app.jar
CMD ["--server.port=8761"]
#ENTRYPOINT ["java", "-Djava.security.egd=file:/dev/./urandom","-Dspring.profiles.active=dev","-jar","/app.jar.jar"]
ENTRYPOINT ["java","-jar","/app.jar"]