diff --git a/swagger-ui/run.sh b/swagger-ui/run.sh index 12b3b3e..6ad6c1a 100644 --- a/swagger-ui/run.sh +++ b/swagger-ui/run.sh @@ -16,4 +16,4 @@ else sed -i "s|http://example.com/api|$API_URL|g" index.html fi -http-server -p 80 +exec http-server -p 80