Skip to content

Commit 0c6ec2b

Browse files
committed
CH-213 fix workflow command
1 parent 2c6d724 commit 0c6ec2b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • applications/workflows/tasks/extract-download

applications/workflows/tasks/extract-download/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ ADD . /
66

77
ENV url 'github.com/MetaCell/cloud-harness/blob/master/README.md'
88
ENV shared_directory /tmp
9-
10-
CMD source ./download.sh
9+
RUN chmod +x ./download.sh
10+
CMD ["/bin/sh", "-c", "./download.sh"]

0 commit comments

Comments
 (0)