There was an error while loading. Please reload this page.
1 parent 4c4e5da commit eba08e7Copy full SHA for eba08e7
1 file changed
Dockerfile
@@ -6,8 +6,8 @@ RUN corepack enable
6
7
FROM base AS prod
8
9
-COPY pnpm-lock.yaml /app
10
WORKDIR /app
+COPY pnpm-lock.yaml ./
11
RUN pnpm fetch --prod
12
13
COPY . /app
0 commit comments