summaryrefslogtreecommitdiff
path: root/build-native.sh
diff options
context:
space:
mode:
authorleo <azuminha1@gmail.com>2025-09-27 14:31:52 -0300
committerleo <azuminha1@gmail.com>2025-09-27 14:31:52 -0300
commit1a3a6f83cc9ef2af8fed16775dce209feb8391ab (patch)
treeb31220eeaa0f6519ab3c5e51eebe394a425cf06c /build-native.sh
tentativaHEADmaster
Diffstat (limited to 'build-native.sh')
-rwxr-xr-xbuild-native.sh5
1 files changed, 5 insertions, 0 deletions
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