watcher-ts/Dockerfile
prathamesh0 a2ad139769
Use node v16 and pprof to generate profile data for watchers (#299)
* Use pprof to generate profile data for watchers

* Update docs and github workflows to use node v16
2021-12-09 10:39:35 +05:30

9 lines
99 B
Docker

FROM node:16.13.1-alpine3.14
WORKDIR /app
COPY . .
RUN apk --update --no-cache add git && yarn