Browse Source

Fix #28: make swagger-ui/run.sh forward signals to the Node.js process

`docker stop` now properly stops the swagger-ui container
pull/29/head
EvgenyOrekhov 8 years ago
parent
commit
ed841c37eb
  1. 2
      swagger-ui/run.sh

2
swagger-ui/run.sh

@ -16,4 +16,4 @@ else
sed -i "s|http://example.com/api|$API_URL|g" index.html sed -i "s|http://example.com/api|$API_URL|g" index.html
fi fi
http-server -p 80
exec http-server -p 80
Loading…
Cancel
Save