From 99762c8ab31c96b2acd701db5b20d100e63b369e Mon Sep 17 00:00:00 2001 From: Joey Eamigh <55670930+JoeyEamigh@users.noreply.github.com> Date: Sun, 29 Mar 2026 14:38:26 -0400 Subject: [PATCH] nextjs entrypoint --- labelapp/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labelapp/entrypoint.sh b/labelapp/entrypoint.sh index e6241c0..4d9d113 100644 --- a/labelapp/entrypoint.sh +++ b/labelapp/entrypoint.sh @@ -35,4 +35,4 @@ else fi echo "==> Starting Next.js server..." -exec bun run .next/standalone/labelapp/server.js +exec bun run server.js