Discord bot, profile picture endpoint, channel management ux, streaming apis, refactor region logic

This commit is contained in:
ajvpot
2025-09-13 02:57:52 +02:00
parent 2afbe80c1b
commit 8ac7d5eece
19 changed files with 2150 additions and 247 deletions
+9
View File
@@ -29,6 +29,15 @@ ENV NODE_ENV production
# Uncomment the following line in case you want to disable telemetry during runtime.
# ENV NEXT_TELEMETRY_DISABLED 1
# Install fonts for Sharp text rendering
RUN apk add --no-cache \
fontconfig \
ttf-dejavu \
ttf-liberation \
ttf-opensans \
font-noto \
&& fc-cache -f
RUN addgroup --system --gid 1001 nodejs
RUN adduser --system --uid 1001 nextjs