Dmitry Rybin

Results 3 comments of Dmitry Rybin

Fixed by removing @Override, is it ok and we should commit it? I'm not really into Java world.

Another option, without swapping copy/install is to add `.dockerignore` file and ignore node_modules there. This way docker won't copy that dir. ``` #.dockerignore node_modules ```