Skip to content

Commit f05c8ae

Browse files
committed
Fixes #9: Updated the docker-compose.yml entrypoint
1 parent 19955e0 commit f05c8ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gateway:
66
- ~/tmp/apiplatform/api-gateway-request-validation/src/lua/api-gateway/validation:/usr/local/api-gateway/lualib/api-gateway/validation
77
- ~/tmp/apiplatform/api-gateway-request-validation/test/perl:/tmp/perl
88
- ~/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/"]
9+
entrypoint: ["prove", "-I/usr/local/test-nginx-0.24/lib", "-I/usr/local/test-nginx-0.24/inc", "-r", "/tmp/perl/"]
1010
redis:
1111
image: redis:2.8
1212
ports:

0 commit comments

Comments
 (0)