v1.6.0 版本发布

This commit is contained in:
zhangdaiscott
2023-08-10 10:16:02 +08:00
parent 2f7d96e322
commit bb3bdac931

View File

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