mirror of
https://github.com/donpat1to/Schichtenplaner.git
synced 2025-11-30 22:45:46 +01:00
added ecosystem file to builder
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user