[2ff88f42] feat(GTM-Engine): Add final test and trigger scripts

This commit is contained in:
2026-02-20 16:41:56 +00:00
parent e824a49450
commit 91ea02820b
5 changed files with 135 additions and 10 deletions

View File

@@ -25,6 +25,7 @@ COPY --from=frontend-builder /build/dist /frontend_static
# Copy Backend Source
COPY backend ./backend
COPY backend/tests /app/backend/tests
# Environment Variables
ENV PYTHONPATH=/app