From bfef06b2ad5f4275f532e4ef03902c9f804417c2 Mon Sep 17 00:00:00 2001 From: "Kar@k5" Date: Wed, 25 Feb 2026 14:09:21 +0530 Subject: [PATCH] u --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e1ce654..8331a65 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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