mirror of
https://gitee.com/novel_dev_team/novel-plus
synced 2026-07-20 17:54:59 +08:00
3 lines
72 B
Docker
3 lines
72 B
Docker
FROM mysql:8.0
|
|
COPY novel_plus.sql /docker-entrypoint-initdb.d/init.sql
|