Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
fix: update dockerfile (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
verygoodstefan authored Sep 3, 2024
1 parent 1c92440 commit 1a28c9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ WORKDIR /app
COPY pubspec.* ./
COPY packages/fluttercon_data_source/pubspec.* ./packages/fluttercon_data_source/
COPY packages/fluttercon_shared_models/pubspec.* ./packages/fluttercon_shared_models/
COPY packages/speakers_repository/pubspec.* ./packages/speakers_repository/
COPY packages/talks_repository/pubspec.* ./packages/talks_repository/
COPY packages/user_repository/pubspec.* ./packages/user_repository/
RUN cd packages/fluttercon_data_source/ && dart pub get
RUN cd packages/fluttercon_shared_models/ && dart pub get
RUN cd packages/speakers_repository/ && dart pub get
RUN cd packages/talks_repository/ && dart pub get
RUN cd packages/user_repository/ && dart pub get
RUN dart pub get
Expand Down

0 comments on commit 1a28c9e

Please sign in to comment.