3.4.3 版本发布,低代码功能专项升级

This commit is contained in:
zhangdaiscott
2022-10-17 10:48:49 +08:00
parent 1725fc56f3
commit 949f1e8e33
34 changed files with 42 additions and 42 deletions

View File

@@ -10,6 +10,6 @@ WORKDIR /jeecg-system-cloud
EXPOSE 7001
ADD ./target/jeecg-system-cloud-start-3.4.2.jar ./
ADD ./target/jeecg-system-cloud-start-3.4.3.jar ./
CMD sleep 10;java -Dfile.encoding=utf-8 -Djava.security.egd=file:/dev/./urandom -jar jeecg-system-cloud-start-3.4.2.jar
CMD sleep 10;java -Dfile.encoding=utf-8 -Djava.security.egd=file:/dev/./urandom -jar jeecg-system-cloud-start-3.4.3.jar