diff --git a/docs/Dockerfile b/docs/Dockerfile index e8722c8..fe1258a 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -8,6 +8,7 @@ RUN npm ci FROM deps AS build COPY . . ENV ASTRO_TELEMETRY_DISABLED=1 +RUN npm install playwright RUN npx playwright install --with-deps chromium RUN npm run build