Remove port mapping from Docker Compose configuration
This commit is contained in:
@@ -8,7 +8,6 @@ ENV PUB_CACHE=/root/.pub-cache
|
|||||||
|
|
||||||
# Copy pubspec files and get dependencies
|
# Copy pubspec files and get dependencies
|
||||||
COPY pubspec.yaml pubspec.lock ./
|
COPY pubspec.yaml pubspec.lock ./
|
||||||
COPY packages/perfetto_trace/pubspec.yaml packages/perfetto_trace/pubspec.yaml
|
|
||||||
RUN --mount=type=cache,target=/root/.pub-cache \
|
RUN --mount=type=cache,target=/root/.pub-cache \
|
||||||
flutter pub get
|
flutter pub get
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user