Feature/siprec client (#45)

* updateCall now supports record action to start, stop, pause, or resume siprec

* update Dockerfile
This commit is contained in:
Dave Horton
2022-06-23 16:25:11 -04:00
committed by GitHub
parent eeb23109dc
commit 56b646b6db
4 changed files with 25 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
FROM node:17
FROM node:lts-slim
WORKDIR /opt/app/
COPY package.json ./
RUN npm install