chore: remove old Docker volume script

This commit is contained in:
Oliver Eyton-Williams
2021-02-03 11:04:11 +01:00
committed by Mrugesh Mohapatra
parent 184c1f5b9d
commit 77a271320d

View File

@ -1,9 +0,0 @@
#!/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-parser/node_modules
chown node:staff tools/scripts/seed/node_modules