salix-front/test/cypress/Dockerfile

6 lines
106 B
Docker

FROM alexmorenovn/vndev:latest
RUN pnpm install --global cypress@13.6.6 && cypress install
WORKDIR /app