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 5db1bcf commit dae24ddCopy full SHA for dae24dd
Dockerfile
@@ -5,7 +5,7 @@ RUN apk add --no-cache python3 make g++ gcc libc-dev
5
RUN npm install -g pnpm
6
7
# Multi-platform build stage
8
-FROM base
+FROM base AS builder
9
10
WORKDIR /app
11
0 commit comments