Remove env from entrypoint
This commit is contained in:
parent
f51096861d
commit
a6486447ea
@ -4,8 +4,6 @@ set -o errexit
|
||||
set -o pipefail
|
||||
set -o nounset
|
||||
|
||||
source ../.env
|
||||
|
||||
if [ -z "${POSTGRES_USER}" ]; then
|
||||
base_postgres_image_default_user='postgres'
|
||||
export POSTGRES_USER="${base_postgres_image_default_user}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user