diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index 3683001..f49c79d 100644 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -1,6 +1,4 @@ #!/bin/bash -tsp compile ./src - -redocly build-docs ./tsp-output/@typespec/openapi3/openapi.yaml -o ./docs/index.html -t ./template.hbs +redocly build-docs /schema/openapi.yaml -o ./docs/index.html -t ./template.hbs http-server ./docs -p $PORT