Skip to content

Commit

Permalink
added last postgres envs
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed Feb 10, 2023
1 parent 5adae09 commit 82a0f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgresql/install-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ apt-get update && apt-get install -y postgresql-client

echo "Installed dependencies"

declare -p | grep -E 'POSTGRES_HOST|POSTGRES_USER|POSTGRES_DB' >>/container.env
declare -p | grep -E 'POSTGRES_HOST|POSTGRES_USER|POSTGRES_DB|POSTGRES_PORT|POSTGRES_PASSWORD' >>/container.env

echo "Environment was set"

0 comments on commit 82a0f18

Please sign in to comment.