From df8b2762dcc7ed495a387477ca435453f5feb953 Mon Sep 17 00:00:00 2001 From: Andreas Dinauer Date: Sun, 15 Feb 2026 11:36:15 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Change=20dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 05eacf8..feb164e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,4 +14,4 @@ RUN npx nuxi build EXPOSE 3000 -CMD ["npx", "nuxi", "start"] \ No newline at end of file +CMD ["npx", ".output/server/index.mjs"] \ No newline at end of file