mirror of https://github.com/jeecgboot/JimuReport
9 lines
213 B
Docker
9 lines
213 B
Docker
![]() |
FROM mysql:8.0.19
|
||
|
|
||
|
MAINTAINER jeecgos@163.com
|
||
|
|
||
|
ENV TZ=Asia/Shanghai
|
||
|
|
||
|
RUN ln -sf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
||
|
|
||
![]() |
COPY ./jimureport.mysql5.7.create.sql /docker-entrypoint-initdb.d
|