5 lines
85 B
Docker
5 lines
85 B
Docker
FROM cypress/included:5.6.0
|
|
COPY package.json yarn.lock ./
|
|
RUN yarn install
|
|
COPY . .
|