Switch web map to Mapbox SDK
Build and deploy Flutter Web / build (push) Failing after 5m12s

This commit is contained in:
Ruslan Bakiev
2026-06-24 01:27:28 +07:00
parent b64d202c4b
commit 817da526e9
7 changed files with 322 additions and 93 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
FROM ghcr.io/cirruslabs/flutter:stable AS build
WORKDIR /app
ARG MAPBOX_ACCESS_TOKEN=""
ARG MAPBOX_STYLE="mapbox/streets-v12"
ARG MAPBOX_STYLE="mapbox/standard"
ARG TELEGRAM_BOT_USERNAME="carfteebot"
ARG BUILD_VERSION="local"
COPY pubspec.* ./