We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 25cc253 + 48d0e80 commit 8197705Copy full SHA for 8197705
Dockerfile
@@ -1,5 +1,5 @@
1
FROM google/dart:2.13
2
WORKDIR /build/
3
ADD pubspec.yaml .
4
-RUN pub get
+RUN dart pub get
5
FROM scratch
0 commit comments