chore(tools): use data volumes for node_modules

This commit is contained in:
Valeriy S
2019-02-25 17:21:37 +03:00
committed by mrugesh mohapatra
parent aa6305778f
commit 76ec4acb6e
4 changed files with 71 additions and 17 deletions

9
change_volumes_owner.sh Normal file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env bash
chown node:staff node_modules
chown node:staff api-server/node_modules
chown node:staff client/node_modules
chown node:staff client/plugins/fcc-create-nav-data/node_modules
chown node:staff curriculum/node_modules
chown node:staff tools/challenge-md-parser/node_modules
chown node:staff tools/scripts/seed/node_modules