This commit is contained in:
2026-02-06 12:00:44 +03:00
parent fd7bf76abd
commit d654b1ffc8
2 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,10 @@ RUN pnpm install --frozen-lockfile
COPY . .
# API_URL нужен на этапе сборки: Next.js «запекает» rewrites в билд
ARG API_URL=http://api:3125
ENV API_URL=${API_URL}
RUN pnpm build --filter=@coursecraft/web...
EXPOSE 3080