fixed
All checks were successful
CI / release (push) Successful in 1m45s

This commit is contained in:
estebanthi
2026-01-18 14:17:43 +01:00
parent 6557f28aab
commit 2b65730d77

View File

@@ -1,6 +1,8 @@
FROM node:20.12.2-slim
ENV NODE_ENV=production
ENV CHROME_PATH=/usr/bin/google-chrome
ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/google-chrome
# Install Chrome and dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \