From 98c01d8a30ec12cc360139b963b668a527506e4e Mon Sep 17 00:00:00 2001 From: Matthias Hochmeister Date: Fri, 13 Mar 2026 11:35:38 +0100 Subject: [PATCH] update sync --- sync/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync/Dockerfile b/sync/Dockerfile index 77e8ca3..f10d488 100644 --- a/sync/Dockerfile +++ b/sync/Dockerfile @@ -8,7 +8,7 @@ COPY package*.json .npmrc ./ RUN npm ci --include=dev COPY tsconfig.json ./ COPY src ./src -RUN npm run build && npm prune --production +RUN ./node_modules/.bin/tsc && npm prune --production # Stage 2: runtime with Playwright FROM mcr.microsoft.com/playwright:v1.47.0-jammy