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