dockerfile build documentation #888
-
I am attempting to build the dockerfile in the repo. I continue to see the following error on docker run
Not sure if this is a bug or if I am missing something any help would be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Answered by
tchiotludo
Oct 28, 2021
Replies: 1 comment 1 reply
-
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 . |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tchiotludo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are you building the jar before ? In order to build the docker image you need to :