Closed voroningraphics closed 1 month ago
try reinstalling the docker image. something isn't set right with the permissions. you can also try running docker with less security while testing - but this isn't recommend for long term production use.
Open your docker-compose.yml file and add the following;
version: '3' services: my-service: image: my-image:latest container_name: my-container security_opt:
Poblem is solved.
And permission +x to shell file.
Command: chmod +x op-get-entrypoint.sh
in project directory