We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb5efca commit 3b1f03cCopy full SHA for 3b1f03c
Dockerfile
@@ -3,7 +3,8 @@ FROM node:24.7.0-alpine3.22 AS build
3
WORKDIR /usr/src/app
4
COPY package.json package-lock.json ./
5
6
-RUN apk add --upgrade python3 build-base \
+RUN apk add --upgrade python3 build-base py3-setuptools py3-pip \
7
+ && pip3 install --break-system-packages setuptools \
8
&& npm install
9
COPY . .
10
RUN npm run build
0 commit comments