This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
watcher-ts
Watch
16
Star
1
Fork
0
You've already forked watcher-ts
mirror of
https://github.com/cerc-io/watcher-ts
synced
2024-11-19 20:36:19 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
eca09ad66b
watcher-ts
/
Dockerfile
9 lines
99 B
Docker
Raw
Normal View
History
Unescape
Escape
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 05:09:35 +00:00
FROM
node:16.13.1-alpine3.14
docker image and Github Actions to build image
2021-07-23 12:42:50 +00:00
WORKDIR
/app
COPY
. .
RUN
apk --update --no-cache add git
&&
yarn
Reference in New Issue
Copy Permalink