mirror of
https://github.com/Codennnn/vue-color-avatar.git
synced 2024-12-22 20:22:39 +00:00
moving MAINTAINER tanwenyang@aliyun.com
This commit is contained in:
parent
58448dbdf2
commit
760100465f
@ -1,9 +1,6 @@
|
|||||||
# Use node:alpine3.17 image as the base image
|
# Use node:alpine3.17 image as the base image
|
||||||
FROM docker.io/node:alpine3.17 as builder
|
FROM docker.io/node:alpine3.17 as builder
|
||||||
|
|
||||||
# Maintainer information
|
|
||||||
MAINTAINER tanwenyang@aliyun.com
|
|
||||||
|
|
||||||
# Copy the vue-color-avatar file from the local directory to the /app directory inside the container
|
# Copy the vue-color-avatar file from the local directory to the /app directory inside the container
|
||||||
COPY . /app
|
COPY . /app
|
||||||
|
|
||||||
@ -22,5 +19,8 @@ FROM docker.io/nginxinc/nginx-unprivileged:1.25.1-alpine
|
|||||||
# Showing that port 8080 can be published
|
# Showing that port 8080 can be published
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
||||||
|
# Maintainer information
|
||||||
|
MAINTAINER tanwenyang@aliyun.com
|
||||||
|
|
||||||
# Copy html from previous stage
|
# Copy html from previous stage
|
||||||
COPY --from=builder /app/dist /usr/share/nginx/html
|
COPY --from=builder /app/dist /usr/share/nginx/html
|
||||||
|
Loading…
Reference in New Issue
Block a user