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
-1
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/ ./