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
I tried docker run --rm --volume pwd:/app yaml-sucks, it was successful, but in README.md are a lot of lines like that:
docker run --rm --volume pwd:/app yaml-sucks
/usr/bin/env: ruby: No such file or directory
My Ruby seems to be Ok:
$ ruby -v ruby 2.4.1p111 (2017-03-22 revision 58053) [x86_64-darwin17]
So maybe the problem is in the Dockerfile?
The text was updated successfully, but these errors were encountered:
Possibly fixed in #11
Sorry, something went wrong.
No branches or pull requests
I tried
docker run --rm --volume pwd:/app yaml-sucks
, it was successful, but in README.md are a lot of lines like that:/usr/bin/env: ruby: No such file or directory
My Ruby seems to be Ok:
So maybe the problem is in the Dockerfile?
The text was updated successfully, but these errors were encountered: