Remove port mapping from Docker Compose configuration
This commit is contained in:
parent
1bff2062fb
commit
87cc5d90fe
1 changed files with 0 additions and 1 deletions
|
|
@ -8,7 +8,6 @@ ENV PUB_CACHE=/root/.pub-cache
|
|||
|
||||
# Copy pubspec files and get dependencies
|
||||
COPY pubspec.yaml pubspec.lock ./
|
||||
COPY packages/perfetto_trace/pubspec.yaml packages/perfetto_trace/pubspec.yaml
|
||||
RUN --mount=type=cache,target=/root/.pub-cache \
|
||||
flutter pub get
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue