升级版本号 v3.9.1

This commit is contained in:
JEECG
2026-01-21 19:00:06 +08:00
parent 901f05ed21
commit 4092eed2a2
37 changed files with 46 additions and 46 deletions

View File

@ -11,8 +11,8 @@ WORKDIR /jeecg-boot
EXPOSE 8080
#ADD ./src/main/resources/jeecg ./config/jeecg
ADD ./target/jeecg-system-start-3.9.0.jar ./
ADD ./target/jeecg-system-start-3.9.1.jar ./
RUN mkdir -p /jeecg-boot/config
CMD sleep 60;java -Dfile.encoding=UTF-8 -Djava.security.egd=file:/dev/./urandom -jar jeecg-system-start-3.9.0.jar
CMD sleep 60;java -Dfile.encoding=UTF-8 -Djava.security.egd=file:/dev/./urandom -jar jeecg-system-start-3.9.1.jar