Skip to content

Commit 3c769b7

Browse files
author
Daniel Mellum
committed
line endings
1 parent 424a19f commit 3c769b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docker/php8/entrypoint.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
export DEBIAN_FRONTEND=noninteractive
3+
php -v
4+
cd /var/testing && chmod +x ./runTests.sh && ./runTests.sh

0 commit comments

Comments
 (0)