diff --git a/Dockerfile b/Dockerfile index d3e95be..0b48b93 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM docker.io/node:alpine3.17 MAINTAINER tanwenyang@aliyun.com # Copy the vue-color-avatar file from the local directory to the /app directory inside the container -COPY ./ /app +COPY . /app # Expose port 5173 of the container and allow external access to this port EXPOSE 5173