mirror of
https://github.com/201206030/novel-plus.git
synced 2025-06-07 14:48:31 +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
|