added ecosystem file to builder

This commit is contained in:
2025-10-26 09:54:32 +01:00
parent 84d7be052d
commit dabd2dff3b

View File

@@ -13,6 +13,7 @@ RUN ln -sf /usr/bin/python3 /usr/bin/python
# Copy root package files first
COPY package*.json ./
COPY tsconfig.base.json ./
COPY ecosystem.config.cjs ./
# Install root dependencies
RUN npm install