diff --git a/web/Dockerfile b/web/Dockerfile index 5e0df97..680bd88 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -1,5 +1,5 @@ #FROM repository.anxinyun.cn/base-images/nodejs12:20.10.12.2 -FROM registry.cn-hangzhou.aliyuncs.com/fs-devops/node:12 +FROM repository.anxinyun.cn/base-images/nodejs12:20.10.12.2 COPY . /var/app WORKDIR /var/app EXPOSE 8080