FROM postgres:latest

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