diff --git a/Dockerfile b/Dockerfile index 319ca5a..05eacf8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,4 +14,4 @@ RUN npx nuxi build EXPOSE 3000 -CMD ["node", ".output/server/index.mjs"] \ No newline at end of file +CMD ["npx", "nuxi", "start"] \ No newline at end of file