From ddfe2972c3cce73eb0ef348e47a35242422f33b3 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Thu, 1 Jun 2023 15:59:00 +0200
Subject: [PATCH] add script for starting user-manager locally

---
 run_local.sh | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100755 run_local.sh

diff --git a/run_local.sh b/run_local.sh
new file mode 100755
index 00000000..2115b363
--- /dev/null
+++ b/run_local.sh
@@ -0,0 +1,2 @@
+#!/usr/bin/env bash
+./mvnw -f user-manager-server/pom.xml quarkus:dev -Dquarkus.profile=local,remotekc
\ No newline at end of file
-- 
GitLab