Fix mobymask contract deployment script (#362)

Former-commit-id: 0bc54b30e0512bcf5f261b379a88fca3c004c44f
This commit is contained in:
prathamesh0
2023-04-21 17:27:53 +05:30
committed by GitHub
parent 4beb889e9f
commit 7a1ec3f196
4 changed files with 6 additions and 8 deletions
@@ -14,7 +14,7 @@ WORKDIR /app
COPY . .
RUN echo "Building watcher-ts" && \
RUN echo "Building mobymask-v2-watcher-ts" && \
yarn && yarn build
WORKDIR /app