jean
06/25/2021, 8:30 AMdocker build -t my-app .
I’m getting this error message :
=> ERROR [3/4] COPY ./build/install/docker/ /app/
------
> [3/4] COPY ./build/install/docker/ /app/:
------
failed to compute cache key: "/build/install/docker" not found: not found
What am I doing wrong here?Aleksei Tirman [JB]
06/25/2021, 8:32 AMdocker
. Maybe that's the problem. You can try to replace the path to ./build/install/<project-name>
jean
06/25/2021, 9:41 AMdocker: Error response from daemon: OCI runtime create failed: container_linux.go:367: starting container process caused: exec: "./docker": stat ./docker: no such file or directory: unknown.
CMD ["./my-app"]
docker
value by their actual project nameAleksei Tirman [JB]
06/25/2021, 10:36 AMjean
06/25/2021, 11:34 AM