From 294bf078411377fb01ee542a7155c091c7299c21 Mon Sep 17 00:00:00 2001 From: aaron <> Date: Fri, 24 Apr 2026 09:28:45 +0800 Subject: [PATCH] 1 --- frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index f91fdb7b..df2b80fb 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -7,7 +7,7 @@ ARG BACKEND_URL=http://localhost:8000 COPY package.json package-lock.json* yarn.lock* ./ ENV NEXT_IGNORE_INCORRECT_LOCKFILE=1 -RUN npm ci && npm install --no-save @next/swc-linux-x64-gnu@14.2.33 +RUN npm install --include=optional COPY . . ENV BACKEND_URL=$BACKEND_URL