Skip to content

Commit

Permalink
Merge pull request ckan#105 from ajs6f/PostgreSQL-initialization-file…
Browse files Browse the repository at this point in the history
…s-ownership

PostgreSQL initialization files ownership
  • Loading branch information
kowh-ai authored Nov 28, 2023
2 parents b48be97 + d472359 commit 5cd6ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgresql/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM postgres:12-alpine

# Include extra setup scripts (eg datastore)
COPY docker-entrypoint-initdb.d /docker-entrypoint-initdb.d
COPY --chown=postgres:postgres docker-entrypoint-initdb.d /docker-entrypoint-initdb.d

0 comments on commit 5cd6ab3

Please sign in to comment.