docker e2e
This commit is contained in:
parent
100783b05b
commit
924baf6b01
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue