This commit is contained in:
2025-09-17 13:58:57 +05:30
parent c354406704
commit f6a8b115c5

View File

@@ -8,7 +8,7 @@ COPY package*.json ./
RUN npm install
RUN npm i -g nest
RUN npm i -g @nestjs/cli
COPY . .
RUN npm run build