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.
1 parent b3aa06a commit 52976f8Copy full SHA for 52976f8
Dockerfile
@@ -2,6 +2,8 @@ FROM dart:stable
2
3
COPY action_app/ /action_app/
4
5
+RUN /bin/sh -c set -eux;
6
+
7
RUN cd /action_app \
8
&& dart pub get
9
0 commit comments