removed obsolete files
Some checks failed
ci/woodpecker/push/bump_version unknown status
ci/woodpecker/push/billing_fees Pipeline failed
ci/woodpecker/push/chain_gateway Pipeline is pending
ci/woodpecker/push/db Pipeline is pending
ci/woodpecker/push/frontend Pipeline is pending
ci/woodpecker/push/fx_ingestor Pipeline is pending
ci/woodpecker/push/fx_oracle Pipeline is pending
ci/woodpecker/push/ledger Pipeline is pending
ci/woodpecker/push/nats Pipeline is pending
ci/woodpecker/push/notification Pipeline is pending
ci/woodpecker/push/payments_orchestrator Pipeline is pending
ci/woodpecker/push/bff Pipeline failed

This commit is contained in:
Stephan D
2025-11-26 19:35:35 +01:00
parent 5e8ff2adb7
commit 8bf86c5c93
10 changed files with 105 additions and 36 deletions

View File

@@ -30,7 +30,7 @@ COPY --chown=flutteruser:flutteruser frontend /home/flutteruser/app
WORKDIR /home/flutteruser/app/pshared
RUN flutter clean \
&& flutter pub get \
&& flutter pub run build_runner build --delete-conflicting-outputs
&& dart run build_runner build --delete-conflicting-outputs
# Build the web client
WORKDIR /home/flutteruser/app/pweb