#FROM postgres:9.4
FROM postgres:12
#COPY db/init.sh /docker-entrypoint-initdb.d/
EXPOSE 5432
CMD ["postgres"]