mirror of
https://github.com/mempool/mempool.git
synced 2025-02-24 14:50:52 +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/
|