subdomains.sh icon indicating copy to clipboard operation
subdomains.sh copied to clipboard

Dockerfile: Permission denied when executing "RUN bash -c ./install.sh"

Open di-org opened this issue 3 years ago • 0 comments

Recommend adding the following before the line running ./install.sh:

RUN sudo chmod 755 ./install.sh

di-org avatar Nov 03 '22 18:11 di-org