WIP:update flatpak configs

This commit is contained in:
2026-06-10 09:37:57 +02:00
parent 166328df89
commit 0e05ce0b89
8 changed files with 49 additions and 61 deletions
+2 -1
View File
@@ -14,9 +14,10 @@ ENV PATH="/usr/local/flutter/bin:/usr/local/flutter/bin/cache/dart-sdk/bin:${PAT
RUN flutter config --enable-web && flutter precache --web
WORKDIR /app
COPY pubspec.yaml pubspec.lock ./
RUN flutter clean
RUN flutter pub get
COPY . .
RUN flutter build web --release -t ./lib/main_prod.dart
RUN flutter build web --release -t ./lib/main_prod.dart -v
# --- STAGE 2: The Final Production Image ---
FROM nginx:alpine