Skip to content

Commit 882dde4

Browse files
committed
tests: Fix COPY command in materialized-base Dockerfile
I was getting When using COPY with more than one source file, the destination must be a directory and end with a /
1 parent 48dafe6 commit 882dde4

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)