summaryrefslogtreecommitdiff
path: root/build-native.sh
blob: 413bb6bc8da7a90eeb0387918487e9e4fa8124e3 (plain)
1
2
3
4
5
#!/bin/sh

#./mvnw clean -Pnative native:compile -DskipTests -e &&
docker build -f dockerfile.native -t backend-native . &&
docker compose up