This commit is contained in:
2025-09-17 13:52:18 +05:30
parent 21ff8281d4
commit c354406704

View File

@@ -8,11 +8,11 @@ COPY package*.json ./
RUN npm install
RUN npm i -g nest
COPY . .
RUN npm run build
RUN npm i -g nest
RUN ls
CMD ["npm", "run", "start"]