Creates a dockerfile that mirrors the current environment

create_current_dockerfile(file = "Dockerfile")

Arguments

file

String output dockerfile location and name, defaults to "Dockerfile"

Value

String output dockerfile location and name

Examples

# NOT RUN {
create_current_dockerfile()
# }