From 841f2a0811c53762e59f6bf7256b9c60d5db379d Mon Sep 17 00:00:00 2001 From: WebStreamr <210764791+webstreamr@users.noreply.github.com> Date: Sat, 10 May 2025 19:36:30 +0000 Subject: [PATCH] fix: use correct index path in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 41e3e83..9548d7c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,4 +18,4 @@ COPY --from=builder /app/node_modules ./node_modules ENV NODE_ENV=production -CMD ["node", "dist/server.js"] +CMD ["node", "dist/index.js"]