Skip to content

Commit

Permalink
v1.6.0 版本发布
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangdaiscott committed Aug 10, 2023
1 parent 2f7d96e commit bb3bdac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jimureport-example/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bb3bdac

Please sign in to comment.