subdomains.sh
subdomains.sh copied to clipboard
After building docker image, permission denied running "./docker-subdomains.sh...."
Full error: docker: Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec /home/subdomains/subdomains.sh: permission denied: unknown.
Recommend adding the following before the Entrypoint:
RUN sudo chmod 755 ./subdomains.sh