This commit is contained in:
aaron 2025-03-12 09:10:34 +08:00
parent a06b8f2ff7
commit 91e5dce938

View File

@ -48,7 +48,7 @@ RUN mkdir -p /var/cache/nginx/client_temp \
&& chown -R nginx:nginx /var/cache/nginx
# 复制 nginx 配置
COPY nginx.conf /etc/nginx/nginx.conf
COPY nginx.conf /etc/nginx/conf.d/default.conf
# 从构建阶段复制构建结果
COPY --from=build-stage /app/dist /usr/share/nginx/html