1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-07-28 10:42:06 +03:00

Forgot CREATE DATABASE variable

This commit is contained in:
Justin Garrison
2015-02-13 11:17:55 -08:00
parent c863eb3471
commit 1438bacac6

View File

@ -35,7 +35,7 @@ if [ "$1" = 'postgres' ]; then
else else
op='CREATE' op='CREATE'
gosu postgres postgres --single -jE <<-EOSQL gosu postgres postgres --single -jE <<-EOSQL
CREATE DATABASE "$POSTGRES_USER" ; CREATE DATABASE "$POSTGRES_DB" ;
EOSQL EOSQL
echo echo
fi fi