Skip to content

Commit

Permalink
Attempt to fix Dockerfile for pub workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpryan committed Feb 20, 2025
1 parent d922baa commit 2b62f7f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkgs/dart_services/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ ARG BUILD_SHA

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

WORKDIR /pkgs/dartpad_shared
COPY pkgs/dartpad_shared .
WORKDIR /pkgs
COPY pkgs .

WORKDIR /pkgs/dart_services
COPY pkgs/dart_services .

RUN dart pub get
RUN dart compile exe bin/server.dart -o bin/server
Expand Down

0 comments on commit 2b62f7f

Please sign in to comment.