This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # | |
| # Starts the local dockerized swagger editor. | |
| # To start the editor, just run the script: it doesn’t take any arguments. | |
| # You can change the port it uses by editing the SE_PORT variable. You need to make it executable: | |
| # | |
| # chmod 755 swagger-editor | |
| # | |
| # then start it with | |
| # |