stack-orchestrator/app/data/container-build/cerc-watcher-mobymask/Dockerfile
Nabarun Gogoi b5988fba8f
Update MobyMask v1 and v2 watcher stack with new deployed contract (#512)
* Update mobymask v1 watcher with new contract

* Update mobymask v1 stack with deployment commands

* Use release tag for mobymask-watcher-ts repo

* Upgrade MobyMask version in v2 stack to use latest contract
2023-08-30 16:15:43 +05:30

12 lines
235 B
Docker

# TODO: move this into the cerc-io/mobymask-watcher repo
FROM node:18.17.1-alpine3.18
RUN apk --update --no-cache add git python3 alpine-sdk
WORKDIR /app
COPY . .
RUN echo "Building mobymask-watcher-ts" && \
yarn && yarn build