Set terminal to UTF8 so we can see the qr code

This commit is contained in:
synt-xerror
2026-04-21 12:56:59 -03:00
parent e15ef5d007
commit 2fca2bb65f

View File

@@ -17,6 +17,10 @@ RUN apt-get update && apt-get install -y \
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true \
PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium
# Set terminal to UTF-8 to suport QR Code characters
ENV LANG=C.UTF-8
ENV LC_ALL=C.UTF-8
WORKDIR /app
# Copy package files and install dependencies