From 72185fd407434b3e1907662dac4c99ef1dbcba12 Mon Sep 17 00:00:00 2001 From: wenlele Date: Fri, 9 Dec 2022 16:05:00 +0800 Subject: [PATCH] ceshi --- code/VideoAccess-VCMP/api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/VideoAccess-VCMP/api/Dockerfile b/code/VideoAccess-VCMP/api/Dockerfile index 10fc786..8420051 100644 --- a/code/VideoAccess-VCMP/api/Dockerfile +++ b/code/VideoAccess-VCMP/api/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.cn-hangzhou.aliyuncs.com/fs-devops/node:12-dev as builder +FROM repository.anxinyun.cn/devops/node:12-dev as builder COPY . /var/app