mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-19 20:36:19 +00:00
a2ad139769
* Use pprof to generate profile data for watchers * Update docs and github workflows to use node v16
9 lines
99 B
Docker
9 lines
99 B
Docker
FROM node:16.13.1-alpine3.14
|
|
|
|
WORKDIR /app
|
|
|
|
COPY . .
|
|
|
|
RUN apk --update --no-cache add git && yarn
|
|
|