mirror of
https://gitee.com/log4j/pig.git
synced 2025-01-03 23:42:22 +08:00
23ae86549f
🎉 Hoxton.RELEASE、Nacos Server 🎉 Hoxton.RELEASE、Nacos Server 🎉 Hoxton.RELEASE、Nacos Server 🎉 Hoxton.RELEASE、Nacos Server 🎉 Hoxton.RELEASE、Nacos Server 🎉 Hoxton.RELEASE、Nacos Server
10 lines
219 B
Docker
10 lines
219 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
|
|
|
|
COPY ./db/pig_config.sql /docker-entrypoint-initdb.d
|