This commit is contained in:
Kar
2026-02-25 14:09:21 +05:30
parent 78eb1d25a7
commit bfef06b2ad

View File

@@ -1,8 +1,8 @@
# Use Node.js 18 LTS
FROM node:20-alpine
# Install MongoDB CLI tools for import operations
RUN apk add --no-cache mongodb-tools
# Install MongoDB CLI tools and curl for import operations and health checks
RUN apk add --no-cache mongodb-tools curl
# Set working directory
WORKDIR /app