We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59ae0e5 commit b286898Copy full SHA for b286898
frontend/Dockerfile
@@ -24,7 +24,7 @@ COPY . .
24
25
RUN corepack enable pnpm && pnpm run build
26
27
-COPY .next/cache/fetch-cache/ .next/standalone/.next/cache/fetch-cache/
+RUN cp .next/cache/fetch-cache/ .next/standalone/.next/cache/fetch-cache/
28
29
FROM base AS runner
30
WORKDIR /app
0 commit comments