ARG POSTGRES_BUILD FROM library/postgres:$POSTGRES_BUILD COPY service/database/pg_customized.conf /etc/conf.d/pg_customized.conf CMD ["postgres", "-c", "log_statement=ddl", "-c", "config_file=/etc/conf.d/pg_customized.conf"]