diff --git a/ruoyi-modules/Property/Dockerfile b/ruoyi-modules/Property/Dockerfile index 7bf6016..c369d78 100644 --- a/ruoyi-modules/Property/Dockerfile +++ b/ruoyi-modules/Property/Dockerfile @@ -5,17 +5,17 @@ FROM bellsoft/liberica-openjdk-debian:17.0.11-cds LABEL maintainer="Lion Li" -RUN mkdir -p /ruoyi/system/logs \ - /ruoyi/system/temp \ +RUN mkdir -p /ruoyi/Property/logs \ + /ruoyi/Property/temp \ /ruoyi/skywalking/agent -WORKDIR /ruoyi/system +WORKDIR /ruoyi/Property ENV SERVER_PORT=9201 LANG=C.UTF-8 LC_ALL=C.UTF-8 JAVA_OPTS="" EXPOSE ${SERVER_PORT} -ADD ./target/ruoyi-system.jar ./app.jar +ADD ./target/Property.jar ./app.jar SHELL ["/bin/bash", "-c"]