FROM cypress/included:5.6.0
COPY package.json yarn.lock ./
RUN yarn install
COPY . .
