mirror of
https://github.com/Sheldan/OnePlusBot.git
synced 2026-01-21 15:25:51 +00:00
5 lines
139 B
Docker
5 lines
139 B
Docker
ARG POSTGRES_VERSION
|
|
FROM postgres:${POSTGRES_VERSION}
|
|
MAINTAINER Sheldan
|
|
VOLUME /tmp
|
|
ADD sql/init.sql /docker-entrypoint-initdb.d/init.sql |