When I run docker-compose I get this error (I run it on Windows):
Step 7/7 : RUN chmod +x ./SqlCmdStartup.sh
---> Running in adbf191ba199
ERROR: Service 'sql.data' failed to build: OCI runtime create failed: container_linux.go:348: starting container process caused
"exec: "/bin/sh": stat /bin/sh: no such file or directory": unknown
Can you help me?
Thanks
When I run docker-compose I get this error (I run it on Windows):
Step 7/7 : RUN chmod +x ./SqlCmdStartup.sh
---> Running in adbf191ba199
ERROR: Service 'sql.data' failed to build: OCI runtime create failed: container_linux.go:348: starting container process caused
"exec: "/bin/sh": stat /bin/sh: no such file or directory": unknown
Can you help me?
Thanks