Skip to content

Commit

Permalink
build app first
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Schmidt committed Jan 29, 2024
1 parent 6a52bce commit 4b4e0d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#!/bin/sh

./gradlew clean build -x test

docker build -t quay.io/johannesschmidt/gps-tools-backend -f src/main/docker/Dockerfile .
docker push quay.io/johannesschmidt/gps-tools-backend

Expand Down

0 comments on commit 4b4e0d1

Please sign in to comment.