v1.8.0 版本发布

This commit is contained in:
JEECG
2024-08-20 22:14:46 +08:00
parent 318c7bbbd4
commit 930f969ded

View File

@@ -10,6 +10,6 @@ WORKDIR /jimureport
EXPOSE 8085
ADD ./target/jimureport-example-1.7.jar ./
ADD ./target/jimureport-example-1.8.jar ./
CMD java -DMYSQL-HOST=jimureport-mysql -Dfile.encoding=utf-8 -Djava.security.egd=file:/dev/./urandom -jar jimureport-example-1.7.jar
CMD java -DMYSQL-HOST=jimureport-mysql -Dfile.encoding=utf-8 -Djava.security.egd=file:/dev/./urandom -jar jimureport-example-1.8.jar