Merge branch 'main' into beta

This commit is contained in:
mroxso
2024-08-04 22:28:33 +02:00
committed by GitHub

View File

@@ -36,7 +36,6 @@ RUN \
# Production image, copy all the files and run next
FROM base AS runner
WORKDIR /app
ENV NODE_ENV production
# Uncomment the following line in case you want to disable telemetry during runtime.