Mercurial > public > ssdt-docker
view postgres/ssdt-entrypoint.sh @ 369:3dc92d4243ef
DEP-21 Update update-inventory-app.sh script to also update inventory-importapp image
author | Matt Calmes <calmes@ssdt-ohio.org> |
---|---|
date | Sun, 29 Aug 2021 18:42:21 -0400 |
parents | 4b8eb7301ae0 |
children |
line wrap: on
line source
#!/bin/bash if [ ! "$POSTGRES_PASSWORD" ]; then export POSTGRES_PASSWORD=$(date +%s | sha256sum | base64 | head -c 32 ; echo) fi docker-entrypoint.sh "$@"