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