asc-lab / micronaut-microservices-poc

Very simplified insurance sales system made in a microservices architecture using Micronaut
https://altkomsoftware.pl/en/blog/microservices-micronaut/
Apache License 2.0
490 stars 171 forks source link

Error run docker-run.sh. Cannot start service mn-web-vue #54

Closed nicostefa closed 4 years ago

nicostefa commented 4 years ago

Hi, I have a problem when i launch the docker-run:

ERROR: for mn-web-vue Cannot start service mn-web-vue: OCI runtime create failed: container_linux.go:349: starting container process caused "exec: \"/entrypoint.sh\": stat /entrypoint.sh: no such file or directory": unknown

ERROR: for mn-web-vue Cannot start service mn-web-vue: OCI runtime create failed: container_linux.go:349: starting container process caused "exec: \"/entrypoint.sh\": stat /entrypoint.sh: no such file or directory": unknown ERROR: Encountered errors while bringing up the project.

ANy solutions for this problem? I have performed all the steps described

Thaks