hey #lazyweb help
end of docker file
FROM scratch COPY --from=builder /go/bin/myapp /myapp ENTRYPOINT ["/myapp"]
the this:
standard_init_linux.go:211: exec user process caused "no such file or directory"
what the heck?!
hey #lazyweb help
FROM scratch COPY --from=builder /go/bin/myapp /myapp ENTRYPOINT ["/myapp"]
the this:
standard_init_linux.go:211: exec user process caused "no such file or directory"
what the heck?!