deislabs / duffle-vscode

VS Code extension for Duffle, the CNAB installer
MIT License
14 stars 3 forks source link

Basic project invocation image fails if 'run' file has CRLF line endings #69

Closed itowlson closed 5 years ago

itowlson commented 5 years ago

If the run file has CRLF life endings then the docker run of the invocation image fails with standard_init_linux.go:190: exec user process caused "no such file or directory". This PR forces the run file to have LF line endings.