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 e5d1cab commit d7c1466Copy full SHA for d7c1466
.dockerignore
@@ -5,6 +5,6 @@
5
!/benchmarks/
6
!/composer.json
7
!/phpunit.xml.*
8
-!/phpstan.neon.*
+!/phpstan*.neon
9
!/.php_cs.*
10
!/phpbench.json
Dockerfile
@@ -7,7 +7,7 @@ FROM scratch AS test_source
COPY benchmarks/ benchmarks/
COPY src/ /src/
COPY tests/ /tests/
-COPY phpunit.xml.* phpstan.neon.* .php_cs.* phpbench.json /
+COPY phpunit.xml.* phpstan*.neon .php_cs.* phpbench.json /
11
12
FROM alpine:3.9
13
0 commit comments