update sync
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user