FROM postgres:latest

ADD tables_postgres.sql /docker-entrypoint-initdb.d/tables_postgres.sql
