mirror of
https://github.com/koush/scrypted.git
synced 2026-02-08 08:19:56 +00:00
11 lines
126 B
Docker
11 lines
126 B
Docker
FROM koush/scrypted-common
|
|
|
|
WORKDIR /
|
|
COPY . .
|
|
|
|
WORKDIR /server
|
|
RUN npm install
|
|
RUN npm run build
|
|
|
|
CMD npm run serve-no-build
|