mirror of
https://github.com/goharbor/harbor
synced 2025-04-13 16:05:33 +00:00
Add dockerignore file to prevent local node_modules to be copied into the portal image
Otherwise the portal linux image could contain node_modules built for darwin when the image is built on a Mac, which makes the angular build fail. Signed-off-by: Bastian Hofmann <bashofmann@gmail.com>
This commit is contained in:
parent
1ceb7a2fb9
commit
76eeb39a98
1
.dockerignore
Normal file
1
.dockerignore
Normal file
|
@ -0,0 +1 @@
|
|||
src/portal/node_modules/
|
Loading…
Reference in New Issue
Block a user