mirror of
https://github.com/quentin-g-dev/afup.git
synced 2026-03-26 10:12:16 +01:00
5 lines
74 B
Docker
5 lines
74 B
Docker
FROM mariadb:10.0.29
|
|
|
|
COPY my.cnf /etc/mysql/my.cnf
|
|
COPY mysql /opt/mysql
|