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.
2 parents ccad195 + 52093cf commit 92d86adCopy full SHA for 92d86ad
Dockerfile
@@ -3,8 +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 py3-setuptools py3-pip && \
7
- pip3 install setuptools \
+RUN apk add --upgrade python3 build-base py3-setuptools py3-pip \
+ && pip3 install --break-system-packages setuptools \
8
&& npm install
9
COPY . .
10
RUN npm run build --configuration=production
0 commit comments