Files
Your Name 60dd750e96 kamailio
2020-05-27 18:00:49 +00:00

8 líneas
243 B
Docker

FROM node:8-slim
RUN apt update && apt -y upgrade && apt install -y git python build-essential && apt clean
RUN git clone https://github.com/gurumelo/nodekami /nodekami
RUN chown node.node -R /nodekami
USER node
WORKDIR /nodekami/app
RUN yarn