Skip to content

Commit 676aac7

Browse files
committed
Added necessary dependencies to build on arm64
1 parent 332b28c commit 676aac7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
FROM node:18.7-alpine AS build
2+
23
WORKDIR /usr/src/app
34
COPY package.json package-lock.json ./
4-
RUN npm install
5+
RUN apk add --upgrade python3 build-base \
6+
&& npm install
57
COPY . .
68
RUN npm run build
79

0 commit comments

Comments
 (0)