Skip to content

Commit

Permalink
copy entire repo contents in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpryan committed Feb 20, 2025
1 parent b60f599 commit d8a8842
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/dart_services/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ ARG BUILD_SHA

FROM gcr.io/$PROJECT_ID/flutter:$FLUTTER_CHANNEL

WORKDIR /pkgs
COPY pkgs .
WORKDIR /
COPY . .

WORKDIR /pkgs/dart_services

Expand Down

0 comments on commit d8a8842

Please sign in to comment.