Updated dockerfile and build script with monorepo changes

This commit is contained in:
mserranom
2020-02-17 14:58:47 +01:00
parent ead0f21965
commit fa13f4f079
2 changed files with 11 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ grep 'name:' config/services.js | \
web)
npm run webpack:production
;;
chat|filestore|notifications)
chat|filestore|notifications|tags)
echo "$service doesn't require a compilation"
;;
*)