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