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 5978587 commit 6dcae34Copy full SHA for 6dcae34
1 file changed
Dockerfile
@@ -13,7 +13,7 @@ WORKDIR /app
13
FROM base AS prod-deps
14
RUN --mount=type=cache,id=pnpm,target=/pnpm/store CI=true pnpm install --prod --frozen-lockfile
15
16
-FROM base as build
+FROM base AS build
17
18
RUN \
19
case "${TARGETPLATFORM}" in \
0 commit comments