mirror of
https://gitee.com/log4j/pig.git
synced 2024-12-23 13:03:42 +08:00
cf30d5a70e
Merge pull request !21 from 打破沙锅没有底/master
8 lines
165 B
Docker
8 lines
165 B
Docker
FROM mysql:5.7
|
|
|
|
MAINTAINER lengleng(wangiegie@gmail.com)
|
|
|
|
RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
|
|
|
|
COPY ./db/pig.sql /docker-entrypoint-initdb.d
|