Dockerfile 425 B

1234567
  1. FROM registry.cn-beijing.aliyuncs.com/yunionio/web-console-fe:v4.0.0-20260225.0 AS web-console
  2. # https://github.com/yunionio/container-images/blob/master/web-base/Makefile#L5
  3. FROM registry.cn-beijing.aliyuncs.com/yunionio/web-base:v4.0.0-20260318.0
  4. COPY ./dist /usr/share/nginx/html/web
  5. COPY ./conf/nginx.conf /etc/nginx/nginx.conf
  6. COPY --from=web-console /usr/share/nginx/html/web-console /usr/share/nginx/html/web-console