Refactor code structure for improved readability and maintainability

This commit is contained in:
Abdulazizzn
2025-09-19 02:43:59 +03:00
parent cb673285a0
commit 48050a41a8
7 changed files with 6938 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ ARG TARGETPLATFORM
# ==============================================================================
# STAGE 1: System Dependencies & Base Setup
# ==============================================================================
FROM n8nio/base:${NODE_VERSION} AS system-deps
FROM n8nio/base:22-ffmpeg AS system-deps
# ==============================================================================
# STAGE 2: Application Artifact Processor