Create stack for sushiswap v3 subgraph watcher #8

Merged
ashwin merged 15 commits from deep-stack/sushiswap-watcher-ts:ng-create-stack-for-sushiswap into main 2024-06-19 05:48:00 +00:00
2 changed files with 12 additions and 0 deletions
Showing only changes of commit e3a485f6b8 - Show all commits

View File

@ -0,0 +1,11 @@
# syntax=docker/dockerfile:1
FROM node:18.17.1-alpine3.18
RUN apk --update --no-cache add git python3 alpine-sdk bash curl jq
WORKDIR /app
COPY . .
RUN echo "Installing dependencies and building sv3-watcher-ts" && \
yarn && yarn build