Skip to content

dockerfile build documentation #888

Answered by tchiotludo
RoachMJ asked this question in Q&A
Discussion options

You must be logged in to vote

Are you building the jar before ? In order to build the docker image you need to :

./gradlew shadowJar
cp build/libs/*-all.jar docker/app/akhq.jar
docker build -t test .

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@RoachMJ
Comment options

Answer selected by tchiotludo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants