Hi everyone, who can help me with this issue, the ...
# server
s
Hi everyone, who can help me with this issue, the issue is related to
Dockerfile
, when deploying.
not kotlin but kotlin colored 6
a
Well, the problem is exactly what docker says it is. You told it to copy all jars from`/home/gradle/src/build/libs` from the
build
image, but the directory doesn't exist. There could be so many reasons for this. Is your project actually deployed to
/home/gradle
? Did you actually build your project successfully? Was your project actually built in the
build
container? Add a bunch of
ls
throughout the
Dockerfile
to see if everything is where you think it is.