From 8f75d84c28564a71a88e73b00c82ea08f942c508 Mon Sep 17 00:00:00 2001 From: Ojus Save Date: Mon, 26 Jan 2026 02:03:40 -0800 Subject: [PATCH] applied fixes to work with render --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a33f0077d..ff49b02ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,4 +32,4 @@ RUN pnpm ui:build ENV NODE_ENV=production -CMD ["node", "dist/index.js"] +CMD ["node", "dist/index.js"] \ No newline at end of file