@ -125,6 +125,3 @@ workflows:
- lint
- test-ci
- test-e2e
@ -0,0 +1,7 @@
FROM node:latest
COPY . .
RUN yarn install
ENTRYPOINT [ "yarn", "start" ]