docker_ignore_add {dockerfiler} | R Documentation |
Create a dockerignore file
Description
Create a dockerignore file
Usage
docker_ignore_add(path)
Arguments
path |
Where to write the file |
Value
The path to the .dockerignore
file, invisibly.
Examples
## Not run:
docker_ignore_add()
## End(Not run)
[Package dockerfiler version 0.2.3 Index]