brewman-docker/postgres/Dockerfile

6 lines
126 B
Docker
Raw Permalink Normal View History

2016-01-30 06:33:32 +00:00
FROM postgres:latest
MAINTAINER tanshu
COPY user.sql /docker-entrypoint-initdb.d/
COPY brew.sql /docker-entrypoint-initdb.d/