Skip to content

Commit 52976f8

Browse files
upd
1 parent b3aa06a commit 52976f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ FROM dart:stable
22

33
COPY action_app/ /action_app/
44

5+
RUN /bin/sh -c set -eux;
6+
57
RUN cd /action_app \
68
&& dart pub get
79

0 commit comments

Comments
 (0)