8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Dockerfile is a powerful building tool. It will be more visually appealing adding multiline capability to it. As example:
run /bin/echo -e '#!/bin/bash\necho This is a long shell line; echo Next line
To detect the multiline we probably want to use a regex like '[ \t]*\n'