containerit
containerit copied to clipboard
Packaging a directory/workspace should acknowledge a .dockerignore file
If packaging a complete directory, and in case the file names are explicitly listed in the Dockerfile (i.e. not using a COPY .
statement), then a .dockerignore
file in the directory should be used to filter files copied into the image.
Or should it rather be .containeritignore
?