mirror of
https://gitee.com/gz-yami/mall4j.git
synced 2026-03-22 09:17:16 +08:00
7 lines
130 B
Docker
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
|