mirror of
https://github.com/Sheldan/OnePlusBot.git
synced 2026-04-22 14:50:08 +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 |