mirror of
https://github.com/201206030/novel-plus.git
synced 2025-04-26 17:20:52 +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
|