We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f24b321 commit fa073abCopy full SHA for fa073ab
Dockerfile
@@ -167,7 +167,8 @@ echo "Setting up database and user..."
167
gosu postgres \$PG_BIN/psql -p 5437 -h localhost -d postgres << 'SQL'
168
ALTER USER postgres WITH PASSWORD 'Q1234567';
169
SELECT 'CREATE DATABASE postgresus OWNER postgres'
170
-WHERE NOT EXISTS (SELECT FROM pg_database WHERE datname = 'postgresus')\gexec
+WHERE NOT EXISTS (SELECT FROM pg_database WHERE datname = 'postgresus')
171
+\gexec
172
\q
173
SQL
174
0 commit comments