From f266312d5ef508a8406cfae55990d2ff3d197453 Mon Sep 17 00:00:00 2001 From: Tom Trappmann Date: Mon, 22 Dec 2025 22:05:45 +0100 Subject: [PATCH] fix file path --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0336159..c29594a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ ENV HOST=0.0.0.0 RUN addgroup -S nodegroup && adduser -S nodeuser -G nodegroup -COPY --from=build /NautilusDesk/app/.output ./.output +COPY --from=build /NautilusDesk/.output ./.output EXPOSE 3000 USER nodeuser