@ -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