From 344681362a04b33b782ab12ba47fd457da626abe Mon Sep 17 00:00:00 2001 From: DataHearth Date: Sat, 15 Apr 2023 12:47:26 +0200 Subject: [PATCH] fix playwright --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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