adding s6-overlay and running jsmpeg

This commit is contained in:
Blake Blackshear
2021-03-03 07:33:50 -06:00
parent 7309c06be8
commit 46e5a042ae
10 changed files with 36 additions and 15 deletions

View File

@@ -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