mirror of
https://github.com/Codennnn/vue-color-avatar.git
synced 2024-12-22 03:32:38 +00:00
Update Dockerfile
load Dockerfile
This commit is contained in:
parent
f3c71dd653
commit
c997e2f814
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user