We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1c431b commit 2a61ff4Copy full SHA for 2a61ff4
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