... FROM node:12 as build WORKDIR /app COPY package.json yarn.lock /app/ RUN yarn install COPY . /app RUN yarn build # Add nextjs ...
確定! 回上一頁