Add source maps to Flutter web build

This commit is contained in:
Benoit TELLIER
2026-01-26 15:05:21 +01:00
committed by Dat H. Pham
parent 9a8f590058
commit aa4784e1bf
+1 -1
View File
@@ -11,7 +11,7 @@ COPY . .
# Precompile tmail flutter # Precompile tmail flutter
RUN ./scripts/prebuild.sh RUN ./scripts/prebuild.sh
# Build flutter for web # Build flutter for web
RUN flutter build web --release RUN flutter build web --release --source-maps
# Stage 2 - Create the run-time image # Stage 2 - Create the run-time image
FROM nginx:alpine FROM nginx:alpine