Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

3 anni fa
1234567891011121314
  1. #FROM node:12 AS builder
  2. #WORKDIR /app
  3. #ADD package.json /app/
  4. #RUN npm config set registry https://registry.npmmirror.com && npm install git+https://gitee.com/shihairong/raphael && npm install
  5. #ADD . /app
  6. #RUN npm run build:prod
  7. #
  8. #FROM busybox
  9. #LABEL maintainer thomas.hairong@gmail.com
  10. #COPY --from=builder /app/dist /html
  11. FROM busybox
  12. LABEL maintainer thomas.hairong@gmail.com
  13. COPY dist/ /html