We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b86faeb + 882dde4 commit 65e6a4aCopy full SHA for 65e6a4a
misc/images/materialized-base/Dockerfile
@@ -42,7 +42,7 @@ RUN groupadd --system --gid=999 materialize \
42
&& touch /run/nginx.pid \
43
&& chown -R materialize /mzdata /scratch /var/run/postgresql /var/lib/nginx /var/log/nginx /run/nginx.pid
44
45
-COPY postgresql.conf pg_hba.conf /etc/postgresql
+COPY postgresql.conf pg_hba.conf /etc/postgresql/
46
47
COPY --from=console /usr/share/nginx/html /usr/share/nginx/html
48
COPY console_nginx.template /etc/nginx/templates/default.conf.template
0 commit comments