Add a stack for mobymask-v2-watcher to run peer tests (#222)

* Add mobymask-v2-watcher stack with peer tests

* Rename stack and container

* Avoid building react-peer container

* Improve step for getting container ID

Former-commit-id: 7831078872
This commit is contained in:
Nabarun Gogoi
2023-03-20 18:25:39 +05:30
committed by GitHub
parent 49092305e4
commit 4d3042bfcc
16 changed files with 274 additions and 0 deletions
@@ -0,0 +1,12 @@
FROM node:18.15.0-alpine3.16
RUN apk --update --no-cache add make git
WORKDIR /app
COPY . .
RUN echo "Building react-peer" && \
yarn && yarn workspace @cerc-io/react-peer build
WORKDIR /app