3 lines
64 B
Docker
3 lines
64 B
Docker
|
FROM mariadb:latest
|
||
|
|
||
|
COPY restore/* /docker-entrypoint-initdb.d/
|