-
Notifications
You must be signed in to change notification settings - Fork 251
Open
Description
Hey I don't know if this is a linux issue or may happen in windows too but the docker-compose -d up --build is throwing a: "Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "/code/docker/entrypoints/entrypoint.sh": permission denied: unknown"
Solution:
A simple change in "backend/docker/docker_files/Dockerfile" last line from:
ENTRYPOINT [ "/code/docker/entrypoints/entrypoint.sh"]
To:
ENTRYPOINT ["bash", "-e", "/code/docker/entrypoints/entrypoint.sh"]
Solves the issue.
Hope it helps!
leni1, faded94, bobby-didcoding, 3k3n3, CervinoB and 1 more
Metadata
Metadata
Assignees
Labels
No labels