Skip to content

build: update .dockerignore

Ronald Koster requested to merge fix-docker-ignore into main

Prevent node_modules, dist and parcel-cache folders from being transfered to containers during build. The previous directive matched folders 1 level deep. The new directive will match folders at any dept.

Issue: #32

Merge request reports