Skip to content

Commit c561ca2

Browse files
committed
fix: dockerfile
1 parent eba08e7 commit c561ca2

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
@@ -8,7 +8,7 @@ FROM base AS prod
88

99
WORKDIR /app
1010
COPY pnpm-lock.yaml ./
11-
RUN pnpm fetch --prod
11+
RUN pnpm fetch
1212

1313
COPY . /app
1414
RUN pnpm run build

0 commit comments

Comments
 (0)