I try to create image from docker. Everything works fine for linux and macos, but now for windows 10. I have this line in Dockerfile:
COPY ./docker-entrypoint.sh /docker-entrypoint.sh
and after create image on windows and try to run, get this error:
exec /docker-entrypoint.sh: no such file or directory
Why?
Please explain what the different?