mirror of
https://github.com/docker/getting-started-app.git
synced 2025-07-01 07:21:34 -04:00
add .dockerignore file
Ignore node_modules in build to prevent issue with COPY or bind mounts when dependencies already exist on the host's filesystem Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
2
.dockerignore
Normal file
2
.dockerignore
Normal file
@ -0,0 +1,2 @@
|
||||
node_modules
|
||||
Dockerfile
|
Reference in New Issue
Block a user