emad-zaamout / laravel-docker-nginx-php-fpm-opcache

Docker Nginx PHP-FPM OP_CACHE build template.
44 stars 34 forks source link

build fails #4

Open ngreis opened 7 months ago

ngreis commented 7 months ago

the make fresh command fails when starting the api image.

Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "docker/entrypoint.sh": stat docker/entrypoint.sh: no such file or directory: unknown

YevheniiVolosiuk commented 7 months ago

the make fresh command fails when starting the api image.

Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "docker/entrypoint.sh": stat docker/entrypoint.sh: no such file or directory: unknown

Your file does not exist look if it's in the root file and make new for entrypoint.sh permission sudo chmod 755 docker/entrypoint.sh