🐛 fix(mana-media): correct path to main.js in Dockerfile

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Till-JS 2026-02-12 01:55:48 +01:00
parent 741c5bc00c
commit 4452d371fa

View file

@ -45,4 +45,4 @@ HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
CMD wget --no-verbose --tries=1 --spider http://localhost:3015/api/v1/health || exit 1
# Start the application
CMD ["node", "dist/main"]
CMD ["node", "dist/src/main"]