Sevak Tadevosyan
08/21/2024, 4:07 PMDockerfile
, when deploying.Andrew O'Hara
08/21/2024, 4:43 PMbuild
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.