This commit is contained in:
aaron 2026-04-24 09:28:45 +08:00
parent 3804e13f65
commit 294bf07841

View File

@ -7,7 +7,7 @@ ARG BACKEND_URL=http://localhost:8000
COPY package.json package-lock.json* yarn.lock* ./ COPY package.json package-lock.json* yarn.lock* ./
ENV NEXT_IGNORE_INCORRECT_LOCKFILE=1 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 . . COPY . .
ENV BACKEND_URL=$BACKEND_URL ENV BACKEND_URL=$BACKEND_URL