From c997e2f814ea551cb5ea562346fbf972d58004d1 Mon Sep 17 00:00:00 2001 From: wenyang <86756816+wenyang0@users.noreply.github.com> Date: Wed, 12 Apr 2023 14:52:29 +0800 Subject: [PATCH] Update Dockerfile load Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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