From 54e08aef8054f08d5c4c89a7190704743a396613 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:09:29 +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 236dc1e..cc50eb3 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:8001 +ENV BACKEND_UPSTREAM=http://fastapiadmin-backend:8011 COPY nginx/default.conf.template /etc/nginx/templates/default.conf.template COPY --from=build /app/dist /usr/share/nginx/html