From 5f0e76155f72a05f29ee8e0899f63772ba74557a Mon Sep 17 00:00:00 2001 From: Matthias Hochmeister Date: Fri, 13 Mar 2026 12:20:17 +0100 Subject: [PATCH] update sync --- sync/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync/Dockerfile b/sync/Dockerfile index b162e48..1869b05 100644 --- a/sync/Dockerfile +++ b/sync/Dockerfile @@ -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