We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a664fe commit d5f4dcbCopy full SHA for d5f4dcb
1 file changed
Dockerfile
@@ -9,6 +9,7 @@ RUN apk add --update python3 make g++\
9
10
WORKDIR /app
11
COPY package.json pnpm-lock.yaml ./
12
+COPY patches patches
13
RUN npm install -g pnpm && pnpm i --ignore-scripts --frozen-lockfile
14
COPY . .
15
ARG BASE_URL
0 commit comments