From 1d2c54c5776186725493c84288cbc69fa6f9222e Mon Sep 17 00:00:00 2001 From: FranciZhong Date: Thu, 17 Oct 2024 03:00:29 +1100 Subject: [PATCH] test: nextra git config --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8bb4363..b267c07 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ FROM --platform=linux/amd64 node:20-alpine AS production WORKDIR /app -COPY . . +COPY --from=builder /app/. . # COPY --from=builder /app/package.json /app/package-lock.json ./ # COPY --from=builder /app/.next ./.next # COPY --from=builder /app/next.config.mjs ./next.config.mjs