diff --git a/services/backend/scripts/initdb b/services/backend/scripts/initdb index 09683e6..3943ba9 100755 --- a/services/backend/scripts/initdb +++ b/services/backend/scripts/initdb @@ -10,4 +10,4 @@ if [ "$DJANGO_CREATE_SUPERUSER" = "True" ]; then python manage.py createsuperuser --noinput --username "$DJANGO_SUPERUSER_USERNAME" --email "$DJANGO_SUPERUSER_EMAIL" || true fi -python manage.py init_achivements \ No newline at end of file +python manage.py init_achievements \ No newline at end of file