diff --git a/Dockerfile b/Dockerfile index aec0238a..3eed8b21 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM node:22.11.0 WORKDIR /pro-react-admin COPY package.json /pro-react-admin -RUN npm install +RUN yarn install COPY . /pro-react-admin -CMD ["npm", "run", "build:production"] \ No newline at end of file +CMD ["yarn", "run", "build:production"] \ No newline at end of file