Skip to content

Commit

Permalink
MOBILE-2314 docker: Fix applying patches on build
Browse files Browse the repository at this point in the history
  • Loading branch information
NoelDeMartin authored and dpalou committed Mar 7, 2023
1 parent 081a79c commit 27e9f84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ WORKDIR /app
# Prepare node dependencies
RUN apt-get update && apt-get install libsecret-1-0 -y
COPY package*.json ./
COPY patches ./patches
RUN echo "unsafe-perm=true" > ./.npmrc
RUN npm ci --no-audit

# Build source
Expand Down

0 comments on commit 27e9f84

Please sign in to comment.