Compare commits

..

1 Commits

Author SHA1 Message Date
dabd2dff3b added ecosystem file to builder 2025-10-26 09:54:32 +01:00

View File

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