Skip to content

Commit 4e88c46

Browse files
authored
fix: copy postgres config to the correct path (#776)
1 parent 3808aff commit 4e88c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -i -v 17
88
# Update the package lists:
99
RUN apt-get update
1010

11-
COPY examples/superposition-demo-app/pg_hba.conf /etc/postgresql/15/main/pg_hba.conf
11+
COPY examples/superposition-demo-app/pg_hba.conf /etc/postgresql/17/main/pg_hba.conf
1212

1313
COPY docker-compose/postgres/db_init.sql /app/db_init.sql
1414

0 commit comments

Comments
 (0)