How can I exclude a sub-directory with a .dockerignore file
There is a shorter and easier method to write your .dockerignore
:
vendor/bundle/**/*
vendor/bundle
There is a shorter and easier method to write your .dockerignore
:
vendor/bundle/**/*
vendor/bundle