update sync

This commit is contained in:
Matthias Hochmeister
2026-03-13 12:20:17 +01:00
parent 42b9937da4
commit 5f0e76155f

View File

@@ -2,7 +2,7 @@
FROM node:20-alpine AS builder
WORKDIR /app
RUN apk add --no-cache python3 make g++
COPY package*.json .npmrc ./
COPY package.json .npmrc ./
RUN npm install
COPY tsconfig.json ./
COPY src ./src