Upgrade watcher-ts version

This commit is contained in:
Prathamesh Musale 2022-12-21 18:22:24 +05:30
parent 01cc807a2c
commit 2d1c8cdfb8

View File

@ -7,7 +7,7 @@ WORKDIR /app
COPY . . COPY . .
RUN echo "Building watcher-ts" && \ RUN echo "Building watcher-ts" && \
git checkout v0.2.18 && \ git checkout v0.2.19 && \
yarn && yarn build yarn && yarn build
WORKDIR /app/packages/erc20-watcher WORKDIR /app/packages/erc20-watcher