Remove port mapping from Docker Compose configuration

This commit is contained in:
ImBenji 2026-03-29 15:20:06 +01:00
parent 1bff2062fb
commit 87cc5d90fe

View file

@ -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