From 998d0bba4eb10988bec879c08347ea03929a6bf1 Mon Sep 17 00:00:00 2001 From: Andreas Dinauer Date: Sun, 15 Feb 2026 11:43:30 +0100 Subject: [PATCH] =?UTF-8?q?=E2=8F=AA=EF=B8=8F=20Revert=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 feb164e..319ca5a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,4 +14,4 @@ RUN npx nuxi build EXPOSE 3000 -CMD ["npx", ".output/server/index.mjs"] \ No newline at end of file +CMD ["node", ".output/server/index.mjs"] \ No newline at end of file