We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 081a79c commit 27e9f84Copy full SHA for 27e9f84
Dockerfile
@@ -6,6 +6,8 @@ WORKDIR /app
6
# Prepare node dependencies
7
RUN apt-get update && apt-get install libsecret-1-0 -y
8
COPY package*.json ./
9
+COPY patches ./patches
10
+RUN echo "unsafe-perm=true" > ./.npmrc
11
RUN npm ci --no-audit
12
13
# Build source
0 commit comments