Skip to content
New issue

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

Heredocs are incorrectly formatted and breaks the Dockerfile #105

Closed
rcjsuen opened this issue Dec 2, 2021 · 0 comments
Closed

Heredocs are incorrectly formatted and breaks the Dockerfile #105

rcjsuen opened this issue Dec 2, 2021 · 0 comments
Assignees
Labels

Comments

@rcjsuen
Copy link
Owner

rcjsuen commented Dec 2, 2021

RUN <<EOF
	echo
EOF
const lib = require("dockerfile-utils");
const edits = lib.format("RUN <<EOF\n\techo\nEOF");
console.log(edits.length);
1

The heredoc should be processed and 0 should be printed instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant