From 4452d371fa35a778d7e1e40797b74d62eda15d28 Mon Sep 17 00:00:00 2001 From: Till-JS <101404291+Till-JS@users.noreply.github.com> Date: Thu, 12 Feb 2026 01:55:48 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(mana-media):=20correct=20pat?= =?UTF-8?q?h=20to=20main.js=20in=20Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.5 --- services/mana-media/apps/api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/mana-media/apps/api/Dockerfile b/services/mana-media/apps/api/Dockerfile index 55ad52fb8..32e68f80c 100644 --- a/services/mana-media/apps/api/Dockerfile +++ b/services/mana-media/apps/api/Dockerfile @@ -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"]