fix: remove pubspec.lock from Dockerfile (not in repo)
This commit is contained in:
+2
-2
@@ -4,9 +4,9 @@ FROM ghcr.io/cirruslabs/flutter:stable AS builder
|
||||
WORKDIR /app
|
||||
|
||||
# Copy dependency files first for better caching
|
||||
COPY pubspec.yaml pubspec.lock ./
|
||||
COPY pubspec.yaml ./
|
||||
|
||||
# Get dependencies
|
||||
# Get dependencies (generates pubspec.lock)
|
||||
RUN flutter pub get
|
||||
|
||||
# Copy the rest of the application
|
||||
|
||||
Reference in New Issue
Block a user