filebrowser/Dockerfile.playwright-base

5 lines
114 B
Docker

FROM node:22-slim
WORKDIR /app/frontend
RUN npm i @playwright/test
RUN npx playwright install --with-deps firefox