docker build wasn web app

This commit is contained in:
yaso 2026-07-09 12:14:46 +02:00
parent f9c71b656e
commit 8c05168c08

View file

@ -16,7 +16,7 @@ WORKDIR /app
COPY pubspec.yaml pubspec.lock ./
RUN flutter pub get
COPY . .
RUN flutter build web --release -t ./lib/main_prod.dart -v
RUN flutter build web --wasm --release -t ./lib/main_prod.dart -v
# --- STAGE 2: The Final Production Image ---
FROM nginx:alpine