asvng
Results
1
comments of
asvng
Works for me if I add the `--init` flag to the `docker run` command: ``` docker run --init --rm -p 8080:8080 -v $PWD:/spec redocly/cli preview-docs \ openapi.yaml --use-community-edition --host 0.0.0.0...