no macp
Some checks are pending
Web App CI / test (push) Waiting to run
Web App CI / build (push) Blocked by required conditions
Deploy Mnemo Cards / Deploy Backend (push) Waiting to run
Deploy Mnemo Cards / Deploy Web App (push) Blocked by required conditions
Deploy Mnemo Cards / Final Verification (push) Blocked by required conditions

This commit is contained in:
Dmitry 2026-01-08 23:13:56 +03:00
parent b95a3f048d
commit 911384f3b5

View file

@ -27,7 +27,7 @@ RUN flutter pub get
ARG API_BASE_URL=https://api.mnemo-cards.online ARG API_BASE_URL=https://api.mnemo-cards.online
# Build web app # Build web app
RUN flutter build web --release \ RUN flutter build web --release --no-source-maps \
--dart-define=API_BASE_URL=${API_BASE_URL} --dart-define=API_BASE_URL=${API_BASE_URL}
# Verify build output # Verify build output