mirror of
https://github.com/mempool/mempool.git
synced 2025-02-25 07:07:36 +01:00
7 lines
129 B
Docker
7 lines
129 B
Docker
FROM mariadb:10.5.8
|
|
|
|
WORKDIR /db
|
|
COPY . .
|
|
|
|
COPY setup.sql /docker-entrypoint-initdb.d/
|
|
COPY mysql-mempool.cnf /etc/mysql/conf.d/
|