We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d37cab5 + e1cdfd8 commit fa93b55Copy full SHA for fa93b55
1 file changed
Dockerfile
@@ -1,5 +1,6 @@
1
-FROM node:25-alpine as build-stage
+FROM node:25-alpine AS build-stage
2
WORKDIR /app
3
+RUN apk add --no-cache python3 make g++ py3-setuptools
4
RUN npm install -g pnpm
5
COPY package.json .
6
COPY pnpm-lock.yaml .
0 commit comments