update sync

This commit is contained in:
Matthias Hochmeister
2026-03-13 11:35:38 +01:00
parent 80e7730c1e
commit 98c01d8a30

View File

@@ -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