Merge pull request #1346 from resttime/fix-docker-init

Use bash in the docker init shebang
This commit is contained in:
TheFrenchGhosty
2020-08-21 12:52:15 +00:00
committed by GitHub

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
set -eou pipefail set -eou pipefail
psql -v ON_ERROR_STOP=1 --username "$POSTGRES_USER" --dbname "$POSTGRES_DB" <<-EOSQL psql -v ON_ERROR_STOP=1 --username "$POSTGRES_USER" --dbname "$POSTGRES_DB" <<-EOSQL