stack-orchestrator/app/data/container-build/cerc-watcher-sushiswap/Dockerfile
2023-08-09 17:32:47 +05:30

12 lines
238 B
Docker

FROM node:18.15.0-alpine3.16
RUN apk --update --no-cache add git python3 alpine-sdk bash
WORKDIR /app
COPY . .
RUN echo "Building uniswap-watcher-ts" && \
git checkout sushiswap && \
yarn && yarn build && yarn build:contracts