Skip to content

Commit 3951fc3

Browse files
author
mike dupont
committed
npm build failing as well
1 parent 1495ffc commit 3951fc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --prod --frozen-l
1010

1111
FROM base AS build
1212
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
13-
RUN pnpm run build
13+
RUN npm run build
1414

1515
FROM base
1616
COPY --from=prod-deps /app/node_modules /app/node_modules

0 commit comments

Comments
 (0)