From 121d515402c4427ad70b1d153304343701afd30b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=83=A0=E5=BA=B7?= Date: Thu, 2 Jul 2026 20:12:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'Dockerfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cc50eb3..caf35fe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN pnpm run build FROM nginx:1.25-alpine AS runtime -ENV BACKEND_UPSTREAM=http://fastapiadmin-backend:8011 +ENV BACKEND_UPSTREAM=http://fastapi_server:8011 COPY nginx/default.conf.template /etc/nginx/templates/default.conf.template COPY --from=build /app/dist /usr/share/nginx/html