Dockerfile: Run all tests in /scripts by default

Tue, 11 Sep 2018 23:41:18 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Tue, 11 Sep 2018 23:41:18 +0100
changeset 141
7b774278ca84
parent 140
2758cfb4e26d
child 142
13892b175f06

Dockerfile: Run all tests in /scripts by default

Dockerfile file | annotate | diff | comparison | revisions
--- a/Dockerfile	Tue Sep 11 23:41:02 2018 +0100
+++ b/Dockerfile	Tue Sep 11 23:41:18 2018 +0100
@@ -39,5 +39,5 @@
 
 WORKDIR /scripts
 
-CMD ["basic.scs"]
+CMD ["-d", "/scripts"]
 

mercurial