Fix mobymask contract deployment script (#362)

This commit is contained in:
prathamesh0
2023-04-21 17:27:53 +05:30
committed by GitHub
parent 9feff35f53
commit 0bc54b30e0
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