Add source maps to Flutter web build
This commit is contained in:
committed by
Dat H. Pham
parent
9a8f590058
commit
aa4784e1bf
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user