You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
302 B

FROM 192.168.2.110:7777/hwy/hwy_base:v1.0
9 months ago
MAINTAINER h5u@163.com
RUN mkdir -p /logpm/supervise
WORKDIR /logpm/supervise
EXPOSE 8901
ADD ./target/logpm-supervise.jar ./app.jar
ENTRYPOINT ["java", "-Djava.security.egd=file:/dev/./urandom", "-jar", "app.jar"]
CMD ["--spring.profiles.active=test"]