mirror of
https://gitee.com/gz-yami/mall4j.git
synced 2025-12-25 23:56:20 +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
|