FROM postgres:9.4

# Create the database
ADD ./init.sql /docker-entrypoint-initdb.d/
