Skip to content

Commit 2009eab

Browse files
FIX (dockerfile): Fix database creation SQL script
1 parent fa073ab commit 2009eab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ gosu postgres \$PG_BIN/psql -p 5437 -h localhost -d postgres << 'SQL'
168168
ALTER USER postgres WITH PASSWORD 'Q1234567';
169169
SELECT 'CREATE DATABASE postgresus OWNER postgres'
170170
WHERE NOT EXISTS (SELECT FROM pg_database WHERE datname = 'postgresus')
171-
\gexec
172-
\q
171+
\\gexec
172+
\\q
173173
SQL
174174

175175
# Start the main application

0 commit comments

Comments
 (0)