changed ecosystem file type as well in Dockerfile

This commit is contained in:
2025-10-22 14:42:01 +02:00
parent aa7af272d8
commit 42e343777a

View File

@@ -70,7 +70,7 @@ COPY --from=backend-builder /app/backend/node_modules/ ./node_modules/
COPY --from=frontend-builder /app/frontend/build/ ./frontend-build/
# Copy PM2 configuration
COPY ecosystem.config.js ./
COPY ecosystem.config.cjs ./
# Create a non-root user
RUN addgroup -g 1001 -S nodejs && \