docker e2e

This commit is contained in:
Henry Jameson 2026-08-04 00:23:54 +03:00
commit 924baf6b01

View file

@ -1,5 +1,10 @@
FROM mcr.microsoft.com/playwright:v1.61.0-jammy
RUN addgroup -S playwright \
&& adduser -S playwright -G playwright
USER playwright
WORKDIR /app
ENV PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1