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 12:26:19 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ff471da287
watcher-ts
/
Dockerfile
8 lines
98 B
Docker
Raw
Normal View
History
Unescape
Escape
Upgrade Typescript and ESLint (#337) (#342) * Upgrade eslint and additional lint changes * Upgrade typescript version to v5 --------- Co-authored-by: Dhruv Srivastava <dhruvdhs.ds@gmail.com>
2023-03-24 06:31:33 +00:00
FROM
node:18.15.0-alpine3.16
docker image and Github Actions to build image
2021-07-23 12:42:50 +00:00
WORKDIR
/app
COPY
. .
Deploy example contract in graph-node (#113) * Deploy example contract in graph-node * Add auth token in docker build for github packages * Add steps for running tests in CI
2022-04-29 09:41:40 +00:00
RUN
apk --update --no-cache add git
&&
yarn
Reference in New Issue
Copy Permalink