更新
This commit is contained in:
parent
d663418cf8
commit
da25d473e3
@ -26,6 +26,9 @@ FROM nginx:stable-alpine as production-stage
|
|||||||
# 复制构建产物到 Nginx 目录
|
# 复制构建产物到 Nginx 目录
|
||||||
COPY --from=build-stage /app/dist /usr/share/nginx/html
|
COPY --from=build-stage /app/dist /usr/share/nginx/html
|
||||||
|
|
||||||
|
# 复制验证文件到 Nginx 根目录
|
||||||
|
COPY w2PZhK4ewX.txt /usr/share/nginx/html/w2PZhK4ewX.txt
|
||||||
|
|
||||||
# 暴露 80 端口
|
# 暴露 80 端口
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user