1
0

add playwright installation to dev container

This commit is contained in:
Nicola Clark 2024-10-17 21:48:40 +00:00
parent e65fc854dc
commit feb7b2eee2
Signed by: nicola
GPG Key ID: 3E1710E7FF08956C

View File

@ -6,3 +6,4 @@ FROM mcr.microsoft.com/devcontainers/javascript-node:20-bookworm
# ^^^ that's a surprise tool that will help us later ^^^
RUN npm install
RUN npx playwright install