pact-foundation / pact-js

JS version of Pact. Pact is a contract testing framework for HTTP APIs and non-HTTP asynchronous messaging systems.
https://pact.io
Other
1.59k stars 343 forks source link

docs: Add a note for Alpine + Docker #1056

Closed drakulavich closed 1 year ago

drakulavich commented 1 year ago

The PR adds a workaround on how to install pact-js using a base image node:18-alpine for example.

It might be helpful when you use Alpine for production build and you want just install the dependencies without actual pact tests execution.

mefellows commented 1 year ago

Nice - thank you!