Step 5/6 : COPY --chmod=755 . .
the --chmod option requires BuildKit. Refer to https://docs.docker.com/go/buildkit/ to learn how to build images with BuildKit enabled
Error response from daemon: No such container: sedunlocksrv-pba
I removed --chmod=755 from the copy operation and everything worked fine. Can it be removed?
When building the docker image I got:
I removed
--chmod=755
from the copy operation and everything worked fine. Can it be removed?