mirror of
https://github.com/jeecgboot/JimuReport.git
synced 2025-10-14 14:30:23 +00:00
v1.8.0 版本发布
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user