Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Latest commit

 

History

History
11 lines (6 loc) · 465 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 465 Bytes

Pacto Mock Service

Docker Image for Pack Mock Service.

For testing consumer side in PHP you can use pact-php

Run it!

docker run -p 1234:1234 -v /tmp/log:/var/log/pacto -v /tmp/contracts:/opt/contracts madkom/pact-mock-service

It will create running pacto server under 1234 port with mounted volumes /tmp/log (logs) and /tmp/contracts (pacto contracts)