Update Dockerfile

This commit is contained in:
Matthieu Bosquet 2021-05-27 15:31:20 +01:00
parent 0b8fa335ac
commit 9172f2ae59

View File

@ -11,7 +11,7 @@ COPY package*.json ./
COPY . . COPY . .
## Install and build the Solid community server (prepare script cannot run in wd) ## 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