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

# Set the working directory
WORKDIR /ionic
