Skip to content

Ignore Git directory in docker build

Erwan Rouchet requested to merge fast-docker-build into master

This is a very small change I had stashed from when I was working on the Vue 3 migration. I noticed while testing in Docker that the Docker sending a lot of files to the build context, way more than the frontend itself, and was worried about what could have been a Webpack configuration issue that could have flooded some directories or something similar. Turns out it was just .git.

Merge request reports

Loading