v1.6.0 版本发布

pull/2072/head v1.6.0
zhangdaiscott 2023-08-10 10:16:02 +08:00
parent 2f7d96e322
commit bb3bdac931
1 changed files with 2 additions and 2 deletions

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