I've tried using the following Dockerfile: FROM scratch
ADD jesterapp /jesterapp EXPOSE 5000 CMD ["/jesterapp"] but I got error message: 'standard_init_linux.go:207: exec user process caused "no such file or directory"' when running the container
I've tried using the following Dockerfile: FROM scratch
ADD jesterapp /jesterapp EXPOSE 5000 CMD ["/jesterapp"] but I got error message: 'standard_init_linux.go:207: exec user process caused "no such file or directory"' when running the container