We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reproduce:
docker run -it ... serve ...
Expected behaviour: Server shuts down and Docker container is stopped.
Actual behaviour: Nothing happens
The text was updated successfully, but these errors were encountered:
Same:
$ docker run -it -p 5000:5000 --volume `pwd`:/app --workdir /app wework/speccy:latest serve doc/openapi/v4/main.yml API specifications server running! HTML: http://localhost:5000 JSON Specs: http://localhost:5000/spec.json ^C
does not quit, I have to restart the docker daemon each time
Sorry, something went wrong.
Nobody maintains this package, please use https://github.com/stoplightio/spectral and let us know if there's any trouble with docker there.
No branches or pull requests
Reproduce:
docker run -it ... serve ...
Expected behaviour: Server shuts down and Docker container is stopped.
Actual behaviour: Nothing happens
The text was updated successfully, but these errors were encountered: