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

Commit

Permalink
fix: specify pact dir
Browse files Browse the repository at this point in the history
This fixes an error caused by not passing in the pact dir
when invoking the 'write pact' endpoint.

Closes: pact-foundation/pact-js#79
  • Loading branch information
bethesque committed Aug 24, 2017
1 parent 5a1cb7d commit 757b499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ RUN apk add --no-cache --virtual build-dependencies build-base && \
WORKDIR /app

EXPOSE 80
CMD bundle exec pact-mock-service service --host 0.0.0.0 --port 80
CMD bundle exec pact-mock-service service --host 0.0.0.0 --port 80 --pact-dir ./pacts

0 comments on commit 757b499

Please sign in to comment.