From 1a3a6f83cc9ef2af8fed16775dce209feb8391ab Mon Sep 17 00:00:00 2001 From: leo Date: Sat, 27 Sep 2025 14:31:52 -0300 Subject: tentativa --- build-native.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 build-native.sh (limited to 'build-native.sh') diff --git a/build-native.sh b/build-native.sh new file mode 100755 index 0000000..413bb6b --- /dev/null +++ b/build-native.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +#./mvnw clean -Pnative native:compile -DskipTests -e && +docker build -f dockerfile.native -t backend-native . && +docker compose up -- cgit v1.2.3