1
0

Major Log Refactor & Cleanup

This commit is contained in:
2025-11-17 09:09:49 -05:00
parent cb35e05754
commit 96cb36663e
7 changed files with 153 additions and 95 deletions

View File

@@ -67,4 +67,4 @@ COPY src/ ./src/
EXPOSE 3000
# Start both services using JSON array format
CMD ["/bin/sh", "-c", "cd /app && node index.js & cd /streaming-app && yarn start"]
CMD ["/bin/sh", "-c", "cd /app && node index.js > /dev/null 2>&1 & cd /streaming-app && yarn start"]