diff --git a/docs/Dockerfile b/docs/Dockerfile index 3465c90..e8722c8 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 npx playwright install --with-deps chromium RUN npm run build # Stage 3: Serve with Caddy