filebrowser/Dockerfile.playwright-base

5 lines
114 B
Docker
Raw Normal View History

2025-01-13 00:50:22 +00:00
FROM node:22-slim
2025-01-21 14:02:43 +00:00
WORKDIR /app/frontend
2025-01-13 00:50:22 +00:00
RUN npm i @playwright/test
2025-01-21 14:02:43 +00:00
RUN npx playwright install --with-deps firefox