diff --git a/web/Dockerfile b/web/Dockerfile index 9d79653..5c7456f 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -1,6 +1,6 @@ #FROM repository.anxinyun.cn/base-images/nodejs12:20.10.12.2 FROM repository.anxinyun.cn/base-images/nodejs12:20.10.12.2 -COPY . /var/app +COPY ./web/ /var/app WORKDIR /var/app EXPOSE 8080