Skip to content

Commit

Permalink
chore: update dockerfile to resolve app dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tsinis committed Apr 25, 2024
1 parent 615f96d commit 706de63
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
FROM dart:stable AS build

# Resolve app dependencies.
WORKDIR /packages/sealed_languages
COPY pubspec.* ./
WORKDIR /packages/sealed_languages/
RUN dart pub get

0 comments on commit 706de63

Please sign in to comment.