This commit is contained in:
Kar
2026-02-25 13:10:36 +05:30
parent fc1d82ad81
commit f2a0df0a8c
3 changed files with 173 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# Use Node.js 18 LTS
FROM node:18-alpine
FROM node:20-alpine
# Install MongoDB CLI tools for import operations
RUN apk add --no-cache mongodb-tools