Skip to contents

Add a line to a dockerfile at a specific position

Usage

dfm_add_line(dockerfile, line, after = NULL)

Arguments

dockerfile

A dockerfile object

line

Line to add

after

Position after which to add the line (default: end)

Value

Updated dockerfile object