Created
June 25, 2018 17:47
-
-
Save asantos2000/6d11deb47960fc7488bd44663161a766 to your computer and use it in GitHub Desktop.
Run drakov mock on docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
docker run --rm -it --name drakov-mock -v $PWD/doc:/tmp -p 5000:3000 adsantos/drakov drakov -f api.md --public --watch --discover |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment