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
2022-01-21 03:49:30 +00:00

8 lines
112 B
Docker

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