mirror of
https://github.com/mempool/mempool.git
synced 2025-02-24 14:50:52 +01:00
8 lines
129 B
Text
8 lines
129 B
Text
|
FROM mariadb:10.5.8
|
||
|
|
||
|
WORKDIR /db
|
||
|
COPY . .
|
||
|
|
||
|
COPY setup.sql /docker-entrypoint-initdb.d/
|
||
|
COPY mysql-mempool.cnf /etc/mysql/conf.d/
|