We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After running docker-compose I got the following error:
---> 831e1fbfdc4e Step 4/6 : ADD . /app ---> a575a222b90e Step 5/6 : RUN yes | ./installer.sh ---> Running in e2ec779affe5 /bin/sh: 1: ./installer.sh: Permission denied ERROR: Service 'emba' failed to build: The command '/bin/sh -c yes | ./installer.sh' returned a non-zero code: 126
The solution is to chmod +x installer.sh and docker-compose will succeed.
Thank you.
The text was updated successfully, but these errors were encountered:
Closed with #44. Thanks to @tthtlc for reporting
Sorry, something went wrong.
p4cx
Successfully merging a pull request may close this issue.
After running docker-compose I got the following error:
---> 831e1fbfdc4e
Step 4/6 : ADD . /app
---> a575a222b90e
Step 5/6 : RUN yes | ./installer.sh
---> Running in e2ec779affe5
/bin/sh: 1: ./installer.sh: Permission denied
ERROR: Service 'emba' failed to build: The command '/bin/sh -c yes | ./installer.sh' returned a non-zero code: 126
The solution is to chmod +x installer.sh and docker-compose will succeed.
Thank you.
The text was updated successfully, but these errors were encountered: