Update Dockerfile

load Dockerfile
This commit is contained in:
wenyang 2023-04-12 14:52:29 +08:00 committed by GitHub
parent f3c71dd653
commit c997e2f814
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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