Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
3052971491 authored Jun 13, 2024
1 parent 37bc44d commit 5446aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ RUN rm -rf /usr/share/nginx/html/*
EXPOSE 80

# 从编译镜像复制编译结果到此镜像
COPY --from=builder dist /usr/share/nginx/html
COPY --from=builder /app/dist /usr/share/nginx/html

0 comments on commit 5446aaf

Please sign in to comment.