diff --git a/Dockerfile b/Dockerfile index 9abadcbcb..48c620bb0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ COPY package*.json ./ COPY . . ## Install and build the Solid community server (prepare script cannot run in wd) -RUN npm ci && npm run build +RUN npm ci --unsafe-perm && npm run build