Remove /en routes to fix build - using sr locale only

This commit is contained in:
Unchained
2026-03-06 16:24:06 +02:00
parent 5df87cbb9d
commit 7d23176b6a
10 changed files with 184 additions and 366 deletions

View File

@@ -3,7 +3,7 @@ WORKDIR /app
FROM base AS deps
COPY package.json package-lock.json* ./
RUN npm ci
RUN npm install
FROM base AS builder
COPY --from=deps /app/node_modules ./node_modules