mirror of
https://github.com/Sheldan/OnePlusBot.git
synced 2026-06-17 23:43:12 +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 |