Skip to content

Add support for comments in blocks in dockerfile templates #5

@simple10

Description

@simple10

Docker does not support comments in RUN or other blocks.

RUN set -e; \
  some command; \
  # Cannot do comment here
  some other command;

Just search and remove any indented comments.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions