mirror of
https://github.com/koush/scrypted.git
synced 2026-02-08 08:19:56 +00:00
7 lines
157 B
Docker
7 lines
157 B
Docker
FROM node:16
|
|
|
|
COPY . .
|
|
WORKDIR /
|
|
|
|
RUN curl -s https://raw.githubusercontent.com/koush/scrypted/main/docker/install-scrypted-dependencies-linux.sh | bash -e
|