优化Dockerfile创建目录命令

Signed-off-by: scmiot <scmiot@qq.com>
This commit is contained in:
scmiot
2022-11-18 04:52:09 +00:00
committed by Gitee
parent 5fe2e56f0b
commit abfd090b80
10 changed files with 10 additions and 18 deletions

View File

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