mirror of
https://github.com/201206030/novel-plus.git
synced 2025-04-27 01:30:51 +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
|