mirror of
https://gitee.com/log4j/pig.git
synced 2024-12-31 08:14:18 +08:00
8 lines
169 B
Docker
8 lines
169 B
Docker
|
FROM mysql:5.7
|
||
|
|
||
|
MAINTAINER lengleng(wangiegie@gmail.com)
|
||
|
|
||
|
RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
|
||
|
|
||
|
COPY ./doc/db/pig.sql /docker-entrypoint-initdb.d
|