This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
werefox-obs-layouts/Dockerfile
2021-10-09 23:24:29 +00:00

8 lines
108 B
Docker

FROM node:12-alpine
RUN apk update && \
apk add --no-cache bash
RUN npm install
WORKDIR /usr/src