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