fix playwright

This commit is contained in:
DataHearth 2023-04-15 12:47:26 +02:00
parent 9dc0389c92
commit 344681362a
No known key found for this signature in database
GPG Key ID: E88FD356ACC5F3C4
1 changed files with 1 additions and 0 deletions

View File

@ -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