FROM docker.77s.vip/node:16.13.2 COPY . . RUM yarn config set registry https://npm.77s.vip/ && \ yarn install && \ yarn build:dev CMD yarn run start