u
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
# Use Node.js 18 LTS
|
# Use Node.js 18 LTS
|
||||||
FROM node:20-alpine
|
FROM node:20-alpine
|
||||||
|
|
||||||
# Install MongoDB CLI tools for import operations
|
# Install MongoDB CLI tools and curl for import operations and health checks
|
||||||
RUN apk add --no-cache mongodb-tools
|
RUN apk add --no-cache mongodb-tools curl
|
||||||
|
|
||||||
# Set working directory
|
# Set working directory
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|||||||
Reference in New Issue
Block a user