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 9f5450d commit 44fb321Copy full SHA for 44fb321
src/backend/entrypoint
@@ -31,11 +31,5 @@ if ! whoami > /dev/null 2>&1; then
31
fi
32
33
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 || exit 1
38
-fi
39
-
40
echo "🐳(entrypoint) running your command: ${*}"
41
exec "$@"
0 commit comments