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.
2 parents 19955e0 + f05c8ae commit c3bc196Copy full SHA for c3bc196
test/docker-compose.yml
@@ -6,7 +6,7 @@ gateway:
6
- ~/tmp/apiplatform/api-gateway-request-validation/src/lua/api-gateway/validation:/usr/local/api-gateway/lualib/api-gateway/validation
7
- ~/tmp/apiplatform/api-gateway-request-validation/test/perl:/tmp/perl
8
- ~/tmp/apiplatform/api-gateway-request-validation/target/:/t
9
- entrypoint: ["prove", "-I", "/usr/local/test-nginx-0.24/lib", "-I", "/usr/local/test-nginx-0.24/inc", "-r", "/tmp/perl/"]
+ entrypoint: ["prove", "-I/usr/local/test-nginx-0.24/lib", "-I/usr/local/test-nginx-0.24/inc", "-r", "/tmp/perl/"]
10
redis:
11
image: redis:2.8
12
ports:
0 commit comments