Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

Latest commit

 

History

History
29 lines (23 loc) · 371 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 371 Bytes

Download

git clone ...
or
go get github.com/Airhelp/zendesk-mock (requires go installed and GOPATH exported)
cd $GOPATH/src/github.com/AirHelp/zendesk-mock

Build

make build

Run locally on docker

docker run -p 8080:8080 airhelp/zendesk-mock

Push to docker hub

make push

Execute tests

make tests