JeecgBoot 低代码平台 3.5.3 版本发布,Online 功能专题升级

This commit is contained in:
zhangdaiscott
2023-07-23 23:11:39 +08:00
parent 6e15c68b48
commit 99b3d3ddea
36 changed files with 46 additions and 46 deletions

View File

@ -11,6 +11,6 @@ WORKDIR /jeecg-boot
EXPOSE 8080
#ADD ./src/main/resources/jeecg ./config/jeecg
ADD ./target/jeecg-system-start-3.5.2.jar ./
ADD ./target/jeecg-system-start-3.5.3.jar ./
CMD sleep 60;java -Djava.security.egd=file:/dev/./urandom -jar jeecg-system-start-3.5.2.jar
CMD sleep 60;java -Djava.security.egd=file:/dev/./urandom -jar jeecg-system-start-3.5.3.jar