更新 Dockerfile

fix/comment-0701
覃昌波 2 years ago
parent 1ef83e8765
commit a8ec9b7c77

@ -7,6 +7,6 @@ COPY .nuxt /workload/.nuxt
COPY static /workload/static COPY static /workload/static
RUN npm i RUN npm install --registry=https://registry.npm.taobao.org
EXPOSE 3000 EXPOSE 3000
CMD npm run start CMD npm run start

Loading…
Cancel
Save