diff --git a/Dockerfile b/Dockerfile index 52f209e..d6ca770 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,4 +44,4 @@ EXPOSE 3000 ENV NODE_ENV=production -CMD ["vite", "build"] +CMD ["node", "build"]