mirror of
https://github.com/201206030/novel-plus.git
synced 2026-01-18 22:41:23 +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
|