# Get Playwright
FROM mcr.microsoft.com/playwright:v1.57.0

# Set the working directory
WORKDIR /ionic
