update
This commit is contained in:
parent
e3ee8e2e51
commit
214b3782c7
@ -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
|
||||||
|
|
||||||
|
# 复制 static 目录下的文件到 Nginx 根目录
|
||||||
|
COPY static/ /usr/share/nginx/html/
|
||||||
|
|
||||||
|
|
||||||
# 暴露 80 端口
|
# 暴露 80 端口
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|||||||
1
src/static/w2PZhK4ewX.txt
Normal file
1
src/static/w2PZhK4ewX.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
377f116f44bc2d536eb1d6db9d339cbd
|
||||||
Loading…
Reference in New Issue
Block a user