Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2009eab

Browse files
FIX (dockerfile): Fix database creation SQL script
1 parentfa073ab commit2009eab

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)

[8]ページ先頭

©2009-2025 Movatter.jp