diff --git a/Dockerfile b/Dockerfile index 01c765e..41c9e22 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,9 +23,9 @@ FROM base AS production ENV NODE_ENV=production -RUN npm install -g serve +RUN pnpm install -g serve -RUN npm run build +RUN pnpm run build EXPOSE 4000