/dhall-containerfile/Containerfile/copy.dhall
Copy path to clipboardA convenient function to create copy
Source
--| A convenient function to create copy
let Statement = ./Statement.dhall
let copy
: List Text -> List Statement
= \(files : List Text) -> [ Statement.Copy files ]
in copy