Skip to content

Commit 2fdf6cc

Browse files
committed
chore: update Dockerfile to install production dependencies only
1 parent 0e97dad commit 2fdf6cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ FROM base AS deps
1313

1414
COPY package.json pnpm-lock.yaml ./
1515

16-
RUN pnpm install --prod --frozen-lockfile
16+
RUN pnpm install --frozen-lockfile --production
1717

1818
# Dev dependencies stage - Install all dependencies
1919
FROM base AS deps-dev

0 commit comments

Comments
 (0)