From a58f95fa9172e6703c042026c7758ce32edc01b1 Mon Sep 17 00:00:00 2001 From: zxhlyh Date: Thu, 17 Aug 2023 13:07:07 +0800 Subject: [PATCH] fix: web dockfile (#883) --- web/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/web/Dockerfile b/web/Dockerfile index 5531275e97..8c18e1adf0 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -34,6 +34,7 @@ ENV PORT 3000 WORKDIR /app/web +COPY --from=builder /app/web/public ./public COPY --from=builder /app/web/.next/standalone ./ COPY --from=builder /app/web/.next/static ./.next/static