Remove unnecessary newline in Dockerfile

This commit is contained in:
GuoQing Liu 2025-11-14 21:57:19 +08:00 committed by GitHub
parent df420783eb
commit 2d99f2e850
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -318,7 +318,6 @@ FROM --platform=$BUILDPLATFORM node:20 AS web-build
WORKDIR /work
COPY web/package.json web/package-lock.json ./
RUN npm install
COPY web/ ./