增加水表电表相关

This commit is contained in:
15683799673
2025-06-18 21:48:54 +08:00
parent cb1054c1f8
commit 891289f682
69 changed files with 1679 additions and 291 deletions

View File

@@ -5,9 +5,9 @@ FROM bellsoft/liberica-openjdk-debian:17.0.11-cds
LABEL maintainer="Lion Li"
RUN mkdir -p /ruoyi/system/logs \
/ruoyi/system/temp \
/ruoyi/skywalking/agent
RUN mkdir -p /smartparks/iot/logs \
/smartparks/iot/temp \
/smartparks/iot/agent
WORKDIR /ruoyi/system
@@ -15,7 +15,7 @@ ENV SERVER_PORT=9201 LANG=C.UTF-8 LC_ALL=C.UTF-8 JAVA_OPTS=""
EXPOSE ${SERVER_PORT}
ADD ./target/ruoyi-system.jar ./iot.jar
ADD ./target/iot.jar ./iot.jar
SHELL ["/bin/bash", "-c"]