Skip to content

Commit

Permalink
chore: build native docker
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Apr 1, 2024
1 parent 9480bb8 commit b3cdd86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ npx runnable-jar-to-docker@latest \
--docker-password $dockerhub_token \
--maven-group $group \
--maven-artifact ${PWD##*/} \
--maven-version $(npx git-changelog-command-line --print-highest-version)
--maven-version $(npx git-changelog-command-line --print-highest-version) \
--compile-native

0 comments on commit b3cdd86

Please sign in to comment.