@ -21,4 +21,8 @@ COPY package*.json ./
RUN yarn install --only=production
COPY . .
COPY --from=development /nest-server/dist ./dist
CMD ["node", "dist/main"]