Manuel Bustillo
883c23398f
All checks were successful
Build docker image / build-static-assets (pull_request) Successful in 23m24s
9 lines
154 B
Docker
9 lines
154 B
Docker
FROM node:latest
|
|
RUN npm install -g pnpm && \
|
|
pnpm install --save-dev @playwright/test@latest && \
|
|
pnpm exec playwright install --with-deps
|
|
|
|
|
|
|
|
|
|
|