update admin监控增加日志文件输出

This commit is contained in:
疯狂的狮子li
2021-10-20 13:06:42 +08:00
parent bc67d0b7b7
commit 2b0452207e
4 changed files with 83 additions and 23 deletions

View File

@ -3,6 +3,7 @@ FROM anapsix/alpine-java:8_server-jre_unlimited
MAINTAINER Lion Li
RUN mkdir -p /ruoyi/monitor
RUN mkdir -p /ruoyi/monitor/logs
WORKDIR /ruoyi/monitor