web: upgrade to next 16.3.3 and typescript 7, cache turbopack builds in docker
web / ci (push) Successful in 1m51s

This commit is contained in:
2026-08-31 22:30:27 +02:00
parent 389b95ed85
commit 62f1dc7925
4 changed files with 731 additions and 828 deletions
+2 -1
View File
@@ -23,7 +23,8 @@ COPY . .
# Uncomment the following line in case you want to disable telemetry during the build.
ENV NEXT_TELEMETRY_DISABLED 1
RUN npm run build
# Persist Turbopack's build cache
RUN --mount=type=cache,target=/app/.next/cache npm run build
# Production image, copy all the files and run next
FROM base AS runner