ci: 模块名变更
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
FROM anapsix/alpine-java:8_server-jre_unlimited
|
||||
|
||||
MAINTAINER test@163.com
|
||||
|
||||
RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
|
||||
|
||||
RUN mkdir -p /jero-boot
|
||||
|
||||
WORKDIR /jero-boot
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
ADD ./target/jero-boot-module-system-2.5.0.jar ./
|
||||
|
||||
CMD sleep 60;java -Djava.security.egd=file:/dev/./urandom -jar jero-boot-module-system-2.5.0.jar
|
||||
Reference in New Issue
Block a user