mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-20 02:41:14 +03:00
Remove unnecessary newline in Dockerfile
This commit is contained in:
@@ -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/ ./
|
||||
|
||||
Reference in New Issue
Block a user