diff --git a/mih_ui/Dockerfile b/mih_ui/Dockerfile index d71d6d47..aaf864ec 100644 --- a/mih_ui/Dockerfile +++ b/mih_ui/Dockerfile @@ -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