Skip to content

Commit

Permalink
Merge pull request #28 from balena-io/dfunckt-patch-2
Browse files Browse the repository at this point in the history
Fix upstream regression introduced by moving docker entrypoint away from root
  • Loading branch information
bulldozer-balena[bot] authored Jul 2, 2021
2 parents 5baf3f9 + 48bdd72 commit 8bdbf1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions balena-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,5 @@ fi
export PGDATA="${PGDATA}/${TARGET_VERSION}"

# run the existing Postgres entrypoint script...
. /docker-entrypoint.sh
_main "$@"
. /usr/local/bin/docker-entrypoint.sh
_main "$@"

0 comments on commit 8bdbf1d

Please sign in to comment.