We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e712e4b commit 890a146Copy full SHA for 890a146
sentry-admin.sh
@@ -22,7 +22,8 @@ on the host filesystem. Commands that write files should write them to the '/sen
22
23
# Actual invocation that runs the command in the container.
24
invocation() {
25
- $dcr --quiet-pull -v "$VOLUME_MAPPING" -T -e SENTRY_LOG_LEVEL=CRITICAL web "$@" 2>&1
+ $dc up postgres --wait
26
+ $dcr --no-deps --quiet-pull -v "$VOLUME_MAPPING" -T -e SENTRY_LOG_LEVEL=CRITICAL web "$@" 2>&1
27
}
28
29
# Function to modify lines starting with `Usage: sentry` to say `Usage: ./sentry-admin.sh` instead.
0 commit comments