mserranom / bbrun

Run Bitbucket Pipelines locally
MIT License
203 stars 32 forks source link

Added ignore-folder argument #52

Closed peterdremstrup closed 4 years ago

peterdremstrup commented 4 years ago

I ran into a use case for ignoring folders in the working dir, when I needed to make sure composer would install packages inside the docker container, instead of relying on the ones I already installed during development.

For my specific project I would add --ignore-folder vendor (composer files), but should work with node_modules etc.

Let me know if any other edits are needed :)