Skip to content

Commit

Permalink
ci: Add unsafe-perm to remix build
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Jan 18, 2022
1 parent e929301 commit 283ccec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/Dockerfile
Expand Up @@ -5,7 +5,7 @@ WORKDIR /code
COPY ./package.json ./package.json
COPY ./package-lock.json ./package-lock.json

RUN npm install --loglevel warn
RUN npm install --loglevel warn --unsafe-perm

COPY . ./

Expand Down

0 comments on commit 283ccec

Please sign in to comment.