Files
ygyx/db/Dockerfile
2025-11-04 18:08:36 +08:00

7 lines
130 B
Docker

FROM mysql:5.7
RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
COPY ./db/yami_shop.sql /docker-entrypoint-initdb.d