Migrated MongoDB to version 4 to support RPI's and lower end processors.

This commit is contained in:
Karmaa
2025-03-16 19:29:34 -05:00
parent 10bc491a9f
commit c910ecced8
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ RUN npm install
COPY src/backend/ ./src/backend/
# Stage 3: Final production image
FROM mongo:5
FROM mongo:4.4
# Install Node.js
RUN apt-get update && apt-get install -y \
curl \