mirror of
https://github.com/docker/docs.git
synced 2026-04-12 14:25:46 +07:00
Not having a .dockerignore file to exclude node_modules may result in a build error, if users for some reason would install dependencies on the hsot before running the build, since that would result in dependencies for the wrong OS being mounted or copied into the build container. Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>