update
This commit is contained in:
parent
a06b8f2ff7
commit
91e5dce938
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user