Skip to content

Commit d5f4dcb

Browse files
committed
fixup! fix: node-forge patch for EcDSA
1 parent 1a664fe commit d5f4dcb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ RUN apk add --update python3 make g++\
99

1010
WORKDIR /app
1111
COPY package.json pnpm-lock.yaml ./
12+
COPY patches patches
1213
RUN npm install -g pnpm && pnpm i --ignore-scripts --frozen-lockfile
1314
COPY . .
1415
ARG BASE_URL

0 commit comments

Comments
 (0)