diff --git a/Dockerfile b/Dockerfile index c4e95ce..fe5ad5b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,7 @@ ENV NEXT_TELEMETRY_DISABLED=1 RUN pnpm install --frozen-lockfile RUN pnpm build +RUN npx playwright install-deps COPY .env /data/.env.template COPY entrypoint.sh /data/entrypoint.sh