From b2bff53bebd229756ab95cd6642c27a0bef4f1d5 Mon Sep 17 00:00:00 2001 From: tone Date: Sat, 20 Dec 2025 00:04:53 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E5=A4=8D=E5=89=8D=E7=AB=AFdo?= =?UTF-8?q?ckerfile=E5=90=AF=E5=8A=A8=E6=97=B6API=5FBASE=E4=B8=A2=E5=A4=B1?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/frontend/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/frontend/Dockerfile b/apps/frontend/Dockerfile index 039c36a..9c03d6a 100644 --- a/apps/frontend/Dockerfile +++ b/apps/frontend/Dockerfile @@ -21,5 +21,7 @@ COPY --from=builder /app/.next ./.next COPY --from=builder /app/public ./public COPY --from=builder /app/next.config.ts ./ +ENV API_BASE=$API_BASE + EXPOSE 3000 CMD ["pnpm", "start"] \ No newline at end of file