mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-06 13:34:13 +03:00
Remove unnecessary newline in Dockerfile
This commit is contained in:
parent
df420783eb
commit
2d99f2e850
@ -318,7 +318,6 @@ FROM --platform=$BUILDPLATFORM node:20 AS web-build
|
|||||||
|
|
||||||
WORKDIR /work
|
WORKDIR /work
|
||||||
COPY web/package.json web/package-lock.json ./
|
COPY web/package.json web/package-lock.json ./
|
||||||
|
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
|
||||||
COPY web/ ./
|
COPY web/ ./
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user