JimuReport/jimureport-example/db/Dockerfile

9 lines
213 B
Docker
Raw Normal View History

2021-03-22 10:00:30 +00:00
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