diff --git a/Dockerfile b/Dockerfile index c6bf0cc..428ce58 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ COPY pubspec.yaml pubspec.lock ./ RUN flutter pub get COPY . . -RUN flutter build web --release --base-href / +RUN flutter build web --release --base-href / --pwa-strategy=none # Stage 2: Serve with nginx FROM nginx:alpine diff --git a/web/index.html b/web/index.html index 9564528..61dd985 100644 --- a/web/index.html +++ b/web/index.html @@ -89,6 +89,15 @@ }); + +