mirror of
https://github.com/koush/scrypted.git
synced 2026-09-18 09:40:44 +01:00
11 lines
174 B
Docker
11 lines
174 B
Docker
FROM koush/scrypted-common
|
|
|
|
WORKDIR /
|
|
RUN git clone https://github.com/koush/scrypted
|
|
|
|
WORKDIR /scrypted/server
|
|
RUN npm install
|
|
RUN npm run build
|
|
|
|
CMD npm run serve-no-build
|