6 lines
126 B
Docker
Raw Permalink Normal View History

2016-01-30 12:03:32 +05:30
FROM postgres:latest
MAINTAINER tanshu
COPY user.sql /docker-entrypoint-initdb.d/
COPY brew.sql /docker-entrypoint-initdb.d/