We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 424a19f commit 3c769b7Copy full SHA for 3c769b7
docker/php8/entrypoint.sh
@@ -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