Skip to content

Commit

Permalink
Update internal/db/start/start.go
Browse files Browse the repository at this point in the history
Co-authored-by: Han Qiao <sweatybridge@gmail.com>
  • Loading branch information
avallete and sweatybridge authored Sep 27, 2024
1 parent e911718 commit 3115143
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/db/start/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ func NewContainerConfig() container.Config {
Retries: 3,
},
Entrypoint: []string{"sh", "-c", `cat <<'EOF' > /etc/postgresql.schema.sql && cat <<'EOF' > /etc/postgresql-custom/pgsodium_root.key && docker-entrypoint.sh postgres -D /etc/postgresql
` + initialSchema + "\n" + _supabaseSchema + "\n" + `
` + initialSchema + `
` + _supabaseSchema + `
EOF
` + utils.Config.Db.RootKey + `
EOF
Expand Down

0 comments on commit 3115143

Please sign in to comment.