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

9 lines
112 B
Text
Raw Permalink Normal View History

2021-10-09 18:24:29 -05:00
FROM node:12-alpine
RUN apk update && \
apk add --no-cache bash
RUN npm install
2022-01-20 21:49:30 -06:00
WORKDIR /usr/src/app