diff --git a/Dockerfile b/Dockerfile index b166ad8..08e5f83 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,6 @@ COPY .nuxt /workload/.nuxt COPY static /workload/static -RUN npm i +RUN npm install --registry=https://registry.npm.taobao.org EXPOSE 3000 CMD npm run start