Skip to content

Commit c3bc196

Browse files
committed
Merge pull request #10 from adobe-apiplatform/issue-9
Fixes #9: Updated the docker-compose.yml entrypoint
2 parents 19955e0 + f05c8ae commit c3bc196

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)