feat: update Dockerfile stages for improved dependency management; add prisma to package.json and package-lock.json
Test Suite / test (24.15.0) (push) Has been cancelled

This commit is contained in:
Nils-Johan Gynther
2026-05-04 21:02:15 +02:00
parent 5411dfe2c0
commit 5f176ce75f
5 changed files with 20 additions and 29 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
# Stage 1 Build Flutter web
FROM ghcr.io/cirruslabs/flutter:stable AS builder
FROM ghcr.io/cirruslabs/flutter:3.41.9 AS builder
WORKDIR /app
COPY pubspec.yaml pubspec.lock* ./
COPY pubspec.yaml pubspec.lock ./
RUN flutter pub get
COPY . .
@@ -291,7 +291,6 @@ class _ForegroundTile extends ConsumerWidget {
String _fmtQty(double v) => formatQuantity(v);
String _formatDate(String iso) => formatDateString(iso);
}
}
// ── Trailing action buttons ─────────────────────────────────────────────────