forked from Github/frigate
adding s6-overlay and running jsmpeg
This commit is contained in:
@@ -4,8 +4,7 @@ FROM node:${NODE_VERSION}
|
||||
|
||||
WORKDIR /opt/build
|
||||
|
||||
COPY jsmpeg/. .
|
||||
COPY . .
|
||||
|
||||
RUN npm install --no-progress && \
|
||||
npm run build && \
|
||||
npm prune --production --ignore-scripts --prefer-offline
|
||||
|
||||
Reference in New Issue
Block a user