docker-alpine
docker-alpine copied to clipboard
POSTGRES is mis-spelled as POSTGRESS
In scripts/run.sh
for the alpine-rt
image, this will never work...
echo "Set(\$DatabasePassword, '$DB_ENV_POSTGRESS_PASSWORD');" >
...because of the extra S
in POSTGRESS
.