From e9e4f5d18a0a19d52ee7033427f9afb4981fdc3f Mon Sep 17 00:00:00 2001 From: "mathieu.brunot" Date: Wed, 12 Jun 2019 12:46:35 +0200 Subject: [PATCH] :construction: :green_heart: change permissions Signed-off-by: mathieu.brunot --- manage.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manage.sh b/manage.sh index 3f8259122..0eab214d1 100755 --- a/manage.sh +++ b/manage.sh @@ -53,7 +53,9 @@ function build-release-frontend-local { mkdir -p $HOME/.m2 rm -rf ./frontend/node_modules + # FIXME Ugly... should be a better way chmod 777 ./frontend + chmod -R 777 $HOME/.m2 CONTAINER=$IMGNAME:latest