Skip to content

Commit f54136b

Browse files
author
Alexander Bondarev
committed
Fix PATH after /etc/profile sourcing
1 parent c6f10fb commit f54136b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

9.6/docker-entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
set -e
44

55
source /etc/profile
6+
export PATH="/usr/lib/postgresql/${PG_MAJOR}/bin:$PATH"
67

78
echo "Create pghoard directories..."
89
chown -R postgres /home/postgres

0 commit comments

Comments
 (0)