removed node_modules folder mounting on docker because it is not possible to have node_modules files on Windows host used by yarn/npm process on docker container

This commit is contained in:
Pipo Bimbo
2022-11-28 17:24:34 +01:00
parent e1b79db65e
commit 4bae28bbad

View File

@@ -2,3 +2,4 @@
.gitignore
log/*
tmp/*
node_modules/