diff --git a/misc/images/materialized-base/Dockerfile b/misc/images/materialized-base/Dockerfile index 5697ed4e1ccfd..64fde838adb6b 100644 --- a/misc/images/materialized-base/Dockerfile +++ b/misc/images/materialized-base/Dockerfile @@ -42,7 +42,7 @@ RUN groupadd --system --gid=999 materialize \ && touch /run/nginx.pid \ && chown -R materialize /mzdata /scratch /var/run/postgresql /var/lib/nginx /var/log/nginx /run/nginx.pid -COPY postgresql.conf pg_hba.conf /etc/postgresql +COPY postgresql.conf pg_hba.conf /etc/postgresql/ COPY --from=console /usr/share/nginx/html /usr/share/nginx/html COPY console_nginx.template /etc/nginx/templates/default.conf.template