Skip to content

Commit 65e6a4a

Browse files
authored
Merge pull request #33658 from ggevay/test-copy-fix
Fix COPY command in materialized-base Dockerfile
2 parents b86faeb + 882dde4 commit 65e6a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/images/materialized-base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN groupadd --system --gid=999 materialize \
4242
&& touch /run/nginx.pid \
4343
&& chown -R materialize /mzdata /scratch /var/run/postgresql /var/lib/nginx /var/log/nginx /run/nginx.pid
4444

45-
COPY postgresql.conf pg_hba.conf /etc/postgresql
45+
COPY postgresql.conf pg_hba.conf /etc/postgresql/
4646

4747
COPY --from=console /usr/share/nginx/html /usr/share/nginx/html
4848
COPY console_nginx.template /etc/nginx/templates/default.conf.template

0 commit comments

Comments
 (0)