Files
docker-compose-hatthieves/production/mumble-web/mumble-web/Dockerfile
2020-05-27 18:24:53 +00:00

9 líneas
249 B
Docker

FROM node:12-slim
RUN apt update && apt -y upgrade && apt -y install websockify git python python-setuptools
RUN npm i npm -g
USER node
WORKDIR /home/node
RUN git clone https://github.com/Johni0702/mumble-web
WORKDIR /home/node/mumble-web
RUN npm i