diff --git a/Containerfile b/Containerfile index 1f0eb48..3145623 100644 --- a/Containerfile +++ b/Containerfile @@ -14,7 +14,8 @@ ENV PATH="$FLUTTER_SDK/bin:$FLUTTER_SDK/bin/cache/dart-sdk/bin:${PATH}" WORKDIR $APP COPY . $APP - +RUN git config --global --add safe.directory /usr/local/flutter +RUN flutter pub get RUN flutter build web --release # once heare the app will be compiled and ready to deploy