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
RUN <<EOT EOT
const lib = require("dockerfile-ast"); const instruction = lib.DockerfileParser.parse("RUN <<EOT\n\nEOT").getInstructions()[0]; console.log(instruction.getHeredocs()[0].getContentRange().start.line);
2
It should be 1 instead.
1
The text was updated successfully, but these errors were encountered:
21d43c5
Fix #103 Update CHANGELOG.md
3a26710
Signed-off-by: Remy Suen <[email protected]>
rcjsuen
No branches or pull requests
RUN <<EOT EOT
It should be
1
instead.The text was updated successfully, but these errors were encountered: