I have build and run the image on local its working fine but when I try to host it on render then this error is coming.
May 28 03:49:05 PM 1 | FROM openjdk:17
May 28 03:49:05 PM 2 | >>> ADD target/shramik1-0.0.1-SNAPSHOT.jar app.jar
May 28 03:49:05 PM 3 | ENTRYPOINT [“java”,“-jar”,“/app.jar”]
May 28 03:49:05 PM 4 | EXPOSE 8080
May 28 03:49:05 PM error: failed to solve: failed to compute cache key: failed to calculate checksum of ref nqni6j47gypkh24t4ulqipmgw::pa1x4sy8uw473tlrljx3ngp3l: failed to walk /home/user/.local/tmp/buildkit-mount374220563/target: lstat /home/user/.local/tmp/buildkit-mount374220563/target: no such file or directory
May 28 03:49:05 PM error: exit status 1
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.