mirror of
https://github.com/elyby/accounts.git
synced 2024-11-18 03:03:03 +05:30
7 lines
106 B
Docker
7 lines
106 B
Docker
FROM mariadb:10.0
|
|
|
|
COPY custom.cnf /etc/mysql/conf.d/
|
|
|
|
ENTRYPOINT ["docker-entrypoint.sh"]
|
|
CMD ["mysqld"]
|