Skip to content

Commit eba08e7

Browse files
committed
fix: dockerfile
1 parent 4c4e5da commit eba08e7

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
@@ -6,8 +6,8 @@ RUN corepack enable
66

77
FROM base AS prod
88

9-
COPY pnpm-lock.yaml /app
109
WORKDIR /app
10+
COPY pnpm-lock.yaml ./
1111
RUN pnpm fetch --prod
1212

1313
COPY . /app

0 commit comments

Comments
 (0)