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:
Bastian Hofmann 2019-05-18 08:45:55 +02:00
parent 1ceb7a2fb9
commit 76eeb39a98
1 changed files with 1 additions and 0 deletions

1
.dockerignore Normal file
View File

@ -0,0 +1 @@
src/portal/node_modules/