diff --git a/deploy/Dockerfile b/deploy/Dockerfile index 0e9a043a..0bd5c918 100644 --- a/deploy/Dockerfile +++ b/deploy/Dockerfile @@ -13,7 +13,7 @@ RUN yarn install --legacy-peer-deps COPY . . # Run the build command using Yarn -RUN yarn build +RUN vite build # Set the command to start the server CMD ["yarn", "serve", "-s", "build"]