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 f9cc9e5 commit 2fe55d0Copy full SHA for 2fe55d0
Dockerfile
@@ -86,6 +86,9 @@ set -e
86
87
chown -R gel:gel /dbschema src
88
89
+# Run the migrations in a single transaction, so we don't hit a CLI timeout
90
+sed -i 's|schema-dir=/dbschema|schema-dir=/dbschema --single-transaction|' /usr/local/bin/docker-entrypoint-funcs.sh
91
+
92
# Hook `yarn gel:gen` into gel bootstrap.
93
# This allows it to be ran in parallel to the db server running without a daemon
94
mkdir -p /gel-bootstrap-late.d
0 commit comments