aboutsummaryrefslogtreecommitdiffstats
path: root/development/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'development/run.sh')
-rwxr-xr-xdevelopment/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/development/run.sh b/development/run.sh
index 020889f..cd9996b 100755
--- a/development/run.sh
+++ b/development/run.sh
@@ -3,4 +3,4 @@ SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
docker compose -f "$SCRIPT_DIR/docker-compose.yml" up -d
cd $SCRIPT_DIR/..
-SPRING_PROFILES_ACTIVE=local ./gradlew bootRun \ No newline at end of file
+SPRING_PROFILES_ACTIVE=local ./gradlew app:bootRun \ No newline at end of file