ARG PG_TAG
FROM postgres:${PG_TAG}
COPY rooms-hotels.sql /docker-entrypoint-initdb.d/
COPY rooms-offers.sql /docker-entrypoint-initdb.d/
