mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-01-06 13:56:14 +08:00
4 lines
68 B
Docker
4 lines
68 B
Docker
FROM postgres:12-alpine
|
|
|
|
COPY init.sql /docker-entrypoint-initdb.d/
|