#!/bin/sh

set -e

# backend path
DIR="$(dirname "$0")/.."

cd "$DIR" || exit 1

../devops/localdev/docker-run backend ./gradlew spotlessApply
