mirror of
https://github.com/201206030/novel-plus.git
synced 2025-05-17 07:18:29 +00: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
|