mirror of
https://github.com/quentin-g-dev/afup.git
synced 2026-03-25 09:42:15 +01:00
6 lines
108 B
Docker
6 lines
108 B
Docker
FROM mariadb:10.0.29
|
|
|
|
COPY my.cnf /etc/mysql/my.cnf
|
|
COPY mysql /opt/mysql
|
|
COPY mysql_no_db /opt/mysql_no_db
|