fix: Chrome launch on Coolify and add dependencies
This commit is contained in:
+5
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user