Skip to content

Commit

Permalink
Disable service worker in hopes to improving user hard refresh requir…
Browse files Browse the repository at this point in the history
…ement
  • Loading branch information
omar-selo committed Sep 19, 2024
1 parent 80a94c1 commit cbadf76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ COPY . /app

RUN flutter pub get
RUN flutter pub run build_runner build --delete-conflicting-outputs
RUN flutter build web --release
RUN flutter build web --release --pwa-strategy none

FROM ubuntu:22.04
ENV DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit cbadf76

Please sign in to comment.