3 lines
77 B
Docker
3 lines
77 B
Docker
|
|
FROM mariadb:lts
|
||
|
|
|
||
|
|
COPY schema.sql /docker-entrypoint-initdb.d/tam3-schema.sql
|