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 10d6bbc commit a183c23Copy full SHA for a183c23
src/backend/entrypoint
@@ -34,7 +34,7 @@ fi
34
# This _HAS_ to be "true" on a single backend instance
35
if [ "${ENABLE_DB_MIGRATIONS:-false}" = "true" ]; then
36
echo "🐳(entrypoint) running django migrations..."
37
- python manage.py migrate --noinput
+ python manage.py migrate --noinput || exit 1
38
fi
39
40
echo "🐳(entrypoint) running your command: ${*}"
0 commit comments