fix: Chrome launch on Coolify and add dependencies

This commit is contained in:
2026-06-10 13:29:48 +03:00
parent c58c2b837c
commit 60626ccd51
3 changed files with 15 additions and 4 deletions
+5 -2
View File
@@ -26,9 +26,12 @@ WORKDIR /app
RUN apk add --no-cache \
postgresql-client \
chromium \
nss \
freetype \
fontconfig \
ttf-freefont
harfbuzz \
ca-certificates \
ttf-freefont \
fontconfig
ENV NODE_ENV=production
ENV NEXT_TELEMETRY_DISABLED=1