Skip to content

Instantly share code, notes, and snippets.

@jstockdi
jstockdi / swagger-editor
Created March 7, 2017 20:29 — forked from jstockdill-ebsco/swagger-editor
swagger-editor docker script
#!/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
#