pig/db/Dockerfile
冷冷 f0c530ee87 🔖 Releasing / Version tags. 2.7.0
🔖 Releasing / Version tags. 2.7.0
2020-03-14 16:33:53 +08:00

14 lines
308 B
Docker

FROM mysql:8.0.19
MAINTAINER lengleng(wangiegie@gmail.com)
ENV TZ=Asia/Shanghai
RUN ln -sf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
COPY ./pig.sql /docker-entrypoint-initdb.d
COPY ./pig_codegen.sql /docker-entrypoint-initdb.d
COPY ./pig_config.sql /docker-entrypoint-initdb.d