Skip to content

Commit 2906ae4

Browse files
Add docker entrypoint
1 parent 4aa9c89 commit 2906ae4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docker-entrypoint.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/usr/bin/env bash
2+
3+
chmod +x ./run-tests.php
4+
5+
./run-tests.php -q --show-diff
6+

0 commit comments

Comments
 (0)