brewman-docker/postgres/Dockerfile
2016-01-30 12:03:32 +05:30

6 lines
126 B
Docker

FROM postgres:latest
MAINTAINER tanshu
COPY user.sql /docker-entrypoint-initdb.d/
COPY brew.sql /docker-entrypoint-initdb.d/