invalid header field value "oci runtime error while running docker image invalid header field value "oci runtime error while running docker image docker docker

invalid header field value "oci runtime error while running docker image


Your docker-entrypoint.sh isn't executable, you need to add a RUN chmod 755 /docker-entrypoint.sh after the COPY command in your Dockerfile and rebuild the image.