Skip to content

Commit

Permalink
Merge pull request #62 from Workiva/batch/fea/dart_commands
Browse files Browse the repository at this point in the history
Replace deprecated commands with new dart commands
  • Loading branch information
rmconsole6-wk authored May 16, 2022
2 parents be4bb54 + 8280e90 commit 022005e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM google/dart:2
WORKDIR /build/
ADD pubspec.yaml /build
RUN pub get
RUN dart pub get
FROM scratch

0 comments on commit 022005e

Please sign in to comment.