diff --git a/apps/web/Dockerfile b/apps/web/Dockerfile index b65c884..939fe7f 100644 --- a/apps/web/Dockerfile +++ b/apps/web/Dockerfile @@ -15,7 +15,7 @@ RUN pnpm install --frozen-lockfile --filter @goodgo/web... # ---- Build ---- FROM base AS build # NEXT_PUBLIC_* vars are baked into JS bundle at build time -ARG NEXT_PUBLIC_API_URL=https://api.goodgo.vn +ARG NEXT_PUBLIC_API_URL=https://api.goodgo.vn/api/v1 ARG NEXT_PUBLIC_WEB_URL=https://platform.goodgo.vn ENV NEXT_PUBLIC_API_URL=$NEXT_PUBLIC_API_URL ENV NEXT_PUBLIC_WEB_URL=$NEXT_PUBLIC_WEB_URL