[ALL-551] chore(frontend): Retrieve APP_MODE from the server (#4423)

This commit is contained in:
sp.wack
2024-10-17 18:35:21 +04:00
committed by GitHub
parent 015df47e53
commit 83c096b974
8 changed files with 21 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ RUN npm install -g npm@10.5.1
RUN npm ci
COPY ./frontend ./
RUN npm run make-i18n && npm run build
RUN npm run build
FROM python:3.12.3-slim AS backend-builder